Show resetPassword without login
This commit is contained in:
parent
513abfeeb5
commit
48a626173c
@ -89,4 +89,4 @@ Router.onBeforeAction(function () {
|
|||||||
} else {
|
} else {
|
||||||
this.next();
|
this.next();
|
||||||
}
|
}
|
||||||
},{except: ['entrySignIn', 'entrySignUp', 'forgotPassword']});
|
},{except: ['entrySignIn', 'entrySignUp', 'forgotPassword', 'resetPassword']});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user