fix: remove enforcing redirect to update-email

This commit is contained in:
Mrugesh Mohapatra
2018-06-21 04:51:08 +05:30
committed by Stuart Taylor
parent 2a192671da
commit 580e1465bb

View File

@ -22,12 +22,10 @@ export default function emailNotVerifiedNotice() {
'info', 'info',
dedent` dedent`
New privacy laws now require that we have an email address where we can reach New privacy laws now require that we have an email address where we can reach
you. Please verify your email address below and click the link we send you to you. Please update your email address in the <a href='/settings'>settings</a>
confirm. and click the link we send you to confirm.
` `
); );
res.redirect('/update-email');
return next;
} }
} }
return next(); return next();