From d9aef4eb3abee82bb569cb01540ce15489291b3f Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Sat, 12 Jul 2025 17:47:55 +0200 Subject: [PATCH] feat: remove export of accessToken and add export of clearAuth in auth composable --- composables/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composables/auth.ts b/composables/auth.ts index ebe27de..e3a2fa2 100644 --- a/composables/auth.ts +++ b/composables/auth.ts @@ -106,7 +106,7 @@ export const useAuth = () => { } return { - accessToken, + clearAuth, register, login, logout,