Fix PIN request and reset route
This commit is contained in:
parent
64d4696724
commit
f0441b0caf
3 changed files with 4 additions and 3 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue