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,