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:
parent
a2cd1b3176
commit
1b9202d9cb
3 changed files with 30 additions and 24 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue