fix: remove enforcing redirect to update-email
This commit is contained in:
committed by
Stuart Taylor
parent
2a192671da
commit
580e1465bb
@ -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();
|
||||||
|
Reference in New Issue
Block a user