asdasd
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user