diff --git a/src/runtime/composables/useAuth.ts b/src/runtime/composables/useAuth.ts index a4a58ac..5ffa4e0 100644 --- a/src/runtime/composables/useAuth.ts +++ b/src/runtime/composables/useAuth.ts @@ -80,6 +80,7 @@ export default async (options: ComposableOptions = { signOut, setBearerToken, bearerToken, + accessToken, authConfig } }