mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(web): admin pages layout issue (#1943)
This commit is contained in:
parent
1918625be9
commit
6f605d4a35
3 changed files with 35 additions and 8 deletions
|
|
@ -10,5 +10,7 @@ export enum AppRoute {
|
|||
ALBUMS = '/albums',
|
||||
FAVORITES = '/favorites',
|
||||
PHOTOS = '/photos',
|
||||
SHARING = '/sharing'
|
||||
SHARING = '/sharing',
|
||||
|
||||
AUTH_LOGIN = '/auth/login'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue