mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3026 from grafixeyehero/convert-newUserPage-to-react
convert NewUserPage to react
This commit is contained in:
commit
fd34aea9b4
9 changed files with 384 additions and 191 deletions
|
@ -456,7 +456,7 @@ import { appRouter } from '../components/appRouter';
|
|||
path: 'dashboard/users/usernew.html',
|
||||
autoFocus: false,
|
||||
roles: 'admin',
|
||||
controller: 'dashboard/users/usernew'
|
||||
pageComponent: 'NewUserPage'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue