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

migrate User Password Page

This commit is contained in:
grafixeyehero 2022-06-29 03:31:55 +03:00
parent 2d115bc6c8
commit d2df5830b5
4 changed files with 20 additions and 16 deletions

View file

@ -429,13 +429,6 @@ import { appRouter } from '../components/appRouter';
controller: 'shows/tvrecommended'
});
defineRoute({
alias: '/userpassword.html',
path: 'dashboard/users/userpassword.html',
autoFocus: false,
pageComponent: 'UserPasswordPage'
});
defineRoute({
alias: '/wizardremoteaccess.html',
path: 'wizard/remote/index.html',