feat: remove export of accessToken and add export of clearAuth in auth composable

This commit is contained in:
SauceyRed 2025-07-12 17:47:55 +02:00
parent cd1f294600
commit d9aef4eb3a
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

@ -106,7 +106,7 @@ export const useAuth = () => {
}
return {
accessToken,
clearAuth,
register,
login,
logout,