mirror of
https://github.com/immich-app/immich.git
synced 2025-11-17 06:42:34 +09:00
chore: update deps (#14755)
This commit is contained in:
@@ -95,7 +95,7 @@ export const handleLogout = async (redirectUri: string) => {
|
||||
if (redirectUri.startsWith('/')) {
|
||||
await goto(redirectUri);
|
||||
} else {
|
||||
window.location.href = redirectUri;
|
||||
globalThis.location.href = redirectUri;
|
||||
}
|
||||
} finally {
|
||||
resetSavedUser();
|
||||
|
||||
Reference in New Issue
Block a user