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

fixed route for resetPassword

This commit is contained in:
vitorsemeano 2020-11-09 22:10:32 +00:00
parent 2c2cf76a0e
commit f26dbd7b2c

View file

@ -63,7 +63,7 @@ import { appRouter } from '../components/appRouter';
defineRoute({
alias: '/forgotpasswordpin.html',
path: '/controllers/session/resetPassword/index.html',
path: 'session/resetPassword/index.html',
autoFocus: false,
anonymous: true,
startup: true,