This commit is contained in:
g
2026-01-11 07:25:27 +00:00
parent 24c752d52b
commit 027cc49430
9 changed files with 7190 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ export async function logoutUser(): Promise<void> {
}
// Remove the auth token from cookies
document.cookie = 'Authorization=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT; Secure; SameSite=Strict';
document.cookie = 'Authorization=; path=/; Secure; SameSite=Strict';
// Remove from localStorage as backup
localStorage.removeItem('Authorization');