feat: remove export of accessToken and add export of clearAuth in auth composable
This commit is contained in:
parent
cd1f294600
commit
d9aef4eb3a
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ export const useAuth = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
accessToken,
|
clearAuth,
|
||||||
register,
|
register,
|
||||||
login,
|
login,
|
||||||
logout,
|
logout,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue