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

migrate User Profiles Page

This commit is contained in:
grafixeyehero 2022-06-29 03:08:53 +03:00
parent a2cd1b3176
commit 1b9202d9cb
3 changed files with 30 additions and 24 deletions

View file

@ -460,14 +460,6 @@ import { appRouter } from '../components/appRouter';
pageComponent: 'UserPasswordPage'
});
defineRoute({
alias: '/userprofiles.html',
path: 'dashboard/users/userprofiles.html',
autoFocus: false,
roles: 'admin',
pageComponent: 'UserProfilesPage'
});
defineRoute({
alias: '/wizardremoteaccess.html',
path: 'wizard/remote/index.html',