mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-06-18 06:50:13 -04:00
fix: Various lint issues (#7766)
This commit is contained in:
@@ -26,7 +26,7 @@ const authUser = ref<UserOut | null>(null);
|
||||
const authStatus = ref<"loading" | "authenticated" | "unauthenticated">("loading");
|
||||
|
||||
export const useAuthBackend = function (): AuthState {
|
||||
const { $appInfo, $axios } = useNuxtApp();
|
||||
const { $axios } = useNuxtApp();
|
||||
const router = useRouter();
|
||||
|
||||
const runtimeConfig = useRuntimeConfig();
|
||||
|
||||
Reference in New Issue
Block a user