Random fixes

This commit is contained in:
Natsumi
2025-10-21 14:05:20 +11:00
parent ab21029251
commit 1d0626f65f
7 changed files with 30 additions and 7 deletions

View File

@@ -846,6 +846,7 @@ export const useAuthStore = defineStore('Auth', () => {
);
attemptingAutoLogin.value = false;
handleLogoutEvent();
AppApi.FlashWindow();
return;
}
state.autoLoginAttempts.add(new Date().getTime());