feat: implement force logout notifications for password reset and account deletion
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m29s
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m29s
This commit is contained in:
@@ -34,6 +34,7 @@ if (hasLocalStorage) {
|
||||
export const isUserLoggedIn = ref(false)
|
||||
export const isAuthReady = ref(false)
|
||||
export const currentUserId = ref('')
|
||||
export const suppressForceLogout = ref(false)
|
||||
let authSyncInitialized = false
|
||||
|
||||
// --- Background expiry watcher ---
|
||||
|
||||
Reference in New Issue
Block a user