fix(web): admin pages layout issue (#1943)

This commit is contained in:
Michel Heusschen 2023-03-05 15:03:51 +01:00 committed by GitHub
parent 1918625be9
commit 6f605d4a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 8 deletions

View file

@ -10,5 +10,7 @@ export enum AppRoute {
ALBUMS = '/albums',
FAVORITES = '/favorites',
PHOTOS = '/photos',
SHARING = '/sharing'
SHARING = '/sharing',
AUTH_LOGIN = '/auth/login'
}