1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

migrate New User Page

This commit is contained in:
grafixeyehero 2022-06-29 02:56:49 +03:00
parent 9efc39f828
commit a2cd1b3176
4 changed files with 26 additions and 23 deletions

View file

@ -445,14 +445,6 @@ import { appRouter } from '../components/appRouter';
pageComponent: 'UserLibraryAccessPage'
});
defineRoute({
alias: '/usernew.html',
path: 'dashboard/users/usernew.html',
autoFocus: false,
roles: 'admin',
pageComponent: 'NewUserPage'
});
defineRoute({
alias: '/userparentalcontrol.html',
path: 'dashboard/users/userparentalcontrol.html',