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:
parent
2c2cf76a0e
commit
f26dbd7b2c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ import { appRouter } from '../components/appRouter';
|
||||||
|
|
||||||
defineRoute({
|
defineRoute({
|
||||||
alias: '/forgotpasswordpin.html',
|
alias: '/forgotpasswordpin.html',
|
||||||
path: '/controllers/session/resetPassword/index.html',
|
path: 'session/resetPassword/index.html',
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
anonymous: true,
|
anonymous: true,
|
||||||
startup: true,
|
startup: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue