mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-01-15 13:46:10 +00:00
fix(web): admin pages layout issue (#1943)
This commit is contained in:
@@ -10,5 +10,7 @@ export enum AppRoute {
|
||||
ALBUMS = '/albums',
|
||||
FAVORITES = '/favorites',
|
||||
PHOTOS = '/photos',
|
||||
SHARING = '/sharing'
|
||||
SHARING = '/sharing',
|
||||
|
||||
AUTH_LOGIN = '/auth/login'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user