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

convert UserEditPage to react

This commit is contained in:
grafixeyehero 2021-10-15 23:38:03 +03:00
parent b196f927d6
commit 192b7542d8
10 changed files with 705 additions and 393 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({