diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-25 01:31:22 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-25 01:31:22 -0500 |
commit | b418a6ed64e50700e2935963f01e392cbd81099d (patch) | |
tree | c8ce512877b6f661fc93104a781c374e7164b3c7 /src | |
parent | 0bce0c3388d46eff65cad64dd545bd9060178cfe (diff) |
stopped being an idiot
Diffstat (limited to 'src')
-rw-r--r-- | src/server/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/index.ts b/src/server/index.ts index e99e5f98a..cc4dd01f2 100644 --- a/src/server/index.ts +++ b/src/server/index.ts @@ -152,13 +152,13 @@ app.post('/forgot', function (req, res, next) { const smptTransport = nodemailer.createTransport({ service: 'Gmail', auth: { - user: 'samwilkins333@gmail.com', + user: 'brownptcdash@gmail.com', pass: 'browngfx1' } }); const mailOptions = { to: user.email, - from: 'passwordreset@dash.com', + from: 'brownptcdash@gmail.com', subject: 'Dash Password Reset', text: 'You are receiving this because you (or someone else) have requested the reset of the password for your account.\n\n' + 'Please click on the following link, or paste this into your browser to complete the process:\n\n' + |