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

Fix PIN request and reset route

This commit is contained in:
cvium 2020-09-25 12:52:36 +02:00
parent 64d4696724
commit f0441b0caf
3 changed files with 4 additions and 3 deletions

View file

@ -62,11 +62,11 @@ import 'detailtablecss';
defineRoute({
alias: '/forgotpasswordpin.html',
path: '/controllers/session/redeemPassword/index.html',
path: '/controllers/session/resetPassword/index.html',
autoFocus: false,
anonymous: true,
startup: true,
controller: 'session/redeemPassword/index'
controller: 'session/resetPassword/index'
});
defineRoute({