change password reset email address

This commit is contained in:
Cassie Tarakajian 2016-10-19 11:43:24 -04:00
parent 70f1c1c8f1
commit e66b916349

View file

@ -109,7 +109,7 @@ export function resetPasswordInitiate(req, res) {
const transporter = nodemailer.createTransport(mg(auth));
const message = {
to: user.email,
from: 'p5.js Web Editor <support@p5js.org>',
from: 'p5.js Web Editor <noreply@p5js.org>',
subject: 'p5.js Web Editor Password Reset',
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: