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

Merge pull request #3070 from grafixeyehero/convert-editUserPage-to-react

Convert edit user page to react
This commit is contained in:
Bill Thornton 2022-01-04 10:45:21 -05:00 committed by GitHub
commit dc6c291910
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 710 additions and 396 deletions

View file

@ -440,7 +440,7 @@ import { appRouter } from '../components/appRouter';
path: 'dashboard/users/useredit.html',
autoFocus: false,
roles: 'admin',
controller: 'dashboard/users/useredit'
pageComponent: 'UserEditPage'
});
defineRoute({