Show resetPassword without login

This commit is contained in:
Aysel Afsar 2016-04-06 22:43:39 -04:00
parent 513abfeeb5
commit 48a626173c

View File

@ -89,4 +89,4 @@ Router.onBeforeAction(function () {
} else {
this.next();
}
},{except: ['entrySignIn', 'entrySignUp', 'forgotPassword']});
},{except: ['entrySignIn', 'entrySignUp', 'forgotPassword', 'resetPassword']});