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) {
|
if (!email || !emailVerified) {
|
||||||
req.flash('info', {
|
req.flash('info', {
|
||||||
msg: 'Please verify your email address ' +
|
msg: 'Please verify your email address ' +
|
||||||
'<a href="/update-email">here.</a>'
|
'<a href="/update-email">here</a>.'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return next();
|
return next();
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Thank you, for updating you contact details.
|
Thank you for updating your contact details.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
Please verify your email by following the link below:
|
Please verify your email by following the link below:
|
||||||
@ -7,8 +7,8 @@ Please verify your email by following the link below:
|
|||||||
<a href="<%= verifyHref %>"><%= verifyHref %></a>
|
<a href="<%= verifyHref %>"><%= verifyHref %></a>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
Feel free to email us at this address if you have any questions about Free Code Camp.
|
Please email us at this address if you have any questions about Free Code Camp.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
- the Free Code Camp Team.
|
- the Free Code Camp Team
|
Reference in New Issue
Block a user