fix: dashboard services & clear data cache
This commit is contained in:
@@ -82,7 +82,8 @@ export const useAuthStore = defineStore('auth', () => {
|
||||
token.value = '';
|
||||
user.value = null;
|
||||
checking.value = false;
|
||||
authStatus.value = 'checking'
|
||||
authStatus.value = 'checking';
|
||||
isAuthenticated.value = false;
|
||||
loadStore.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user