chore: wrong debug log
This commit is contained in:
@@ -73,7 +73,6 @@ export const useAuthStore = defineStore('auth', () => {
|
||||
}
|
||||
|
||||
async function logout(redirect: boolean = true) {
|
||||
console.log(accessStore.accessToken);
|
||||
try {
|
||||
await seeConnectionClose();
|
||||
await doLogout();
|
||||
|
Reference in New Issue
Block a user