From 434c335e3fef1be43771ecb01cf00e471ed3f0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Sat, 8 Apr 2023 11:38:41 +0200 Subject: [PATCH] Add access token ref to useAuth return --- src/runtime/composables/useAuth.ts | 1 + 1 file changed, 1 insertion(+) 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 } }