diff --git a/ts/store/session.ts b/ts/store/session.ts index 2436d59a..b31bab05 100644 --- a/ts/store/session.ts +++ b/ts/store/session.ts @@ -54,6 +54,7 @@ export const useSessionStore = defineStore("session", () => { password: password, username: username, }); + isAuthenticated.value = false; return { is_success: true, status: 200,