fix: update email template
This commit is contained in:
committed by
Stuart Taylor
parent
8c2af37b29
commit
57ceee0897
@@ -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
|
||||
|
Reference in New Issue
Block a user