update email copy

This commit is contained in:
Cassie Tarakajian 2016-10-19 11:42:55 -04:00
parent 4ff6ac1021
commit 70f1c1c8f1

View file

@ -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.
\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\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) => {
done(error);