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

migrate User Parental Control

This commit is contained in:
grafixeyehero 2022-06-29 03:26:40 +03:00
parent 5d29529562
commit 2d115bc6c8
4 changed files with 31 additions and 28 deletions

View file

@ -429,14 +429,6 @@ import { appRouter } from '../components/appRouter';
controller: 'shows/tvrecommended'
});
defineRoute({
alias: '/userparentalcontrol.html',
path: 'dashboard/users/userparentalcontrol.html',
autoFocus: false,
roles: 'admin',
pageComponent: 'UserParentalControl'
});
defineRoute({
alias: '/userpassword.html',
path: 'dashboard/users/userpassword.html',