fix: update email template

This commit is contained in:
Mrugesh Mohapatra
2018-07-28 12:34:27 +05:30
committed by Stuart Taylor
parent 8c2af37b29
commit 57ceee0897
4 changed files with 8 additions and 4 deletions

View File

@@ -210,6 +210,10 @@ module.exports = function enableAuthentication(app) {
router.get(
'/passwordless-change',
(req, res) => res.redirect(301, '/confirm-email')
);
router.get(
'/confirm-email',
ifNoUserRedirectHome,
passwordlessGetValidators,
getPasswordlessAuth