mirror of
https://github.com/immich-app/immich.git
synced 2026-03-01 01:59:06 +03:00
fix(web): redirect to login (#25254)
This commit is contained in:
@@ -11,7 +11,7 @@ import { AppRoute } from '../constants';
|
||||
|
||||
export interface AuthOptions {
|
||||
admin?: true;
|
||||
public?: true;
|
||||
public?: boolean;
|
||||
}
|
||||
|
||||
export const loadUser = async () => {
|
||||
|
||||
Reference in New Issue
Block a user