mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Convert userPasswordPage & UserImagePage to react
This commit is contained in:
parent
4a8806e1f6
commit
2aa41f8a33
8 changed files with 498 additions and 424 deletions
|
@ -81,7 +81,7 @@ import { appRouter } from '../components/appRouter';
|
|||
alias: '/myprofile.html',
|
||||
path: 'user/profile/index.html',
|
||||
autoFocus: false,
|
||||
controller: 'user/profile/index'
|
||||
pageComponent: 'UserImagePage'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
@ -471,7 +471,7 @@ import { appRouter } from '../components/appRouter';
|
|||
alias: '/userpassword.html',
|
||||
path: 'dashboard/users/userpassword.html',
|
||||
autoFocus: false,
|
||||
controller: 'dashboard/users/userpasswordpage'
|
||||
pageComponent: 'UserPasswordPage'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue