From e5c1e0030f9728a320adf3b666508e4cec7fbfbc Mon Sep 17 00:00:00 2001 From: Zoey Date: Tue, 24 Dec 2024 09:38:46 +0100 Subject: [PATCH] fix: lint --- src/runtime/composables/local/useAuth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/composables/local/useAuth.ts b/src/runtime/composables/local/useAuth.ts index 0cb13a04..8815551e 100644 --- a/src/runtime/composables/local/useAuth.ts +++ b/src/runtime/composables/local/useAuth.ts @@ -5,8 +5,8 @@ import { jsonPointerGet, objectFromJsonPointer, useTypedBackendConfig } from '.. import { _fetch } from '../../utils/fetch' import { determineCallbackUrl } from '../../utils/url' import { getRequestURLWN } from '../common/getRequestURL' -import { formatToken } from './utils/token' import { ERROR_PREFIX } from '../../utils/logger' +import { formatToken } from './utils/token' import { type UseAuthStateReturn, useAuthState } from './useAuthState' import { callWithNuxt } from '#app/nuxt' // @ts-expect-error - #auth not defined