mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-02-10 02:54:46 +00:00
![Alec Armbruster](/assets/img/avatar_default.png)
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update src/shared/utils/app/convert-comment-sort-type.ts Co-authored-by: SleeplessOne1917 <abias1122@gmail.com> * prettier pass --------- Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
import { UserService } from "../../services";
|
|
|
|
export default function myAuth(): string | undefined {
|
|
return UserService.Instance.auth();
|
|
}
|