1
0
Fork 0
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:
Bill Thornton 2021-11-09 16:36:32 -05:00 committed by GitHub
commit fd34aea9b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 384 additions and 191 deletions

View file

@ -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({