fix email copy and flash message link copy
This commit is contained in:
@@ -39,7 +39,7 @@ export function flashIfNotVerified(req, res, next) {
|
||||
if (!email || !emailVerified) {
|
||||
req.flash('info', {
|
||||
msg: 'Please verify your email address ' +
|
||||
'<a href="/update-email">here.</a>'
|
||||
'<a href="/update-email">here</a>.'
|
||||
});
|
||||
}
|
||||
return next();
|
||||
|
Reference in New Issue
Block a user