update email copy
This commit is contained in:
parent
4ff6ac1021
commit
70f1c1c8f1
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ export function resetPasswordInitiate(req, res) {
|
||||||
text: `You are receiving this email because you (or someone else) have requested the reset of the password for your account.
|
text: `You are receiving this email because you (or someone else) have requested the reset of the password for your account.
|
||||||
\n\nPlease click on the following link, or paste this into your browser to complete the process:
|
\n\nPlease click on the following link, or paste this into your browser to complete the process:
|
||||||
\n\nhttp://${req.headers.host}/reset-password/${token}
|
\n\nhttp://${req.headers.host}/reset-password/${token}
|
||||||
\n\nIf you did not request this, please ignore this email and your password will remain unchanged.\n`
|
\n\nIf you did not request this, please ignore this email and your password will remain unchanged.
|
||||||
|
\n\nThanks for using the p5.js Web Editor!\n`
|
||||||
};
|
};
|
||||||
transporter.sendMail(message, (error, info) => {
|
transporter.sendMail(message, (error, info) => {
|
||||||
done(error);
|
done(error);
|
||||||
|
|
Loading…
Reference in a new issue