fix email copy and flash message link copy

This commit is contained in:
Quincy Larson
2016-06-02 23:39:36 -07:00
parent a2e426d48e
commit 7eaa780351
2 changed files with 4 additions and 4 deletions

View File

@@ -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();