Immediately mark session authenticated on successful signin
This commit is contained in:
parent
878b43c0a6
commit
6e3d079c46
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ export const useSessionStore = defineStore("session", () => {
|
|||
password: password,
|
||||
username: username,
|
||||
});
|
||||
isAuthenticated.value = false;
|
||||
return {
|
||||
is_success: true,
|
||||
status: 200,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue