aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-02-25 01:31:22 -0500
committerSam Wilkins <samwilkins333@gmail.com>2019-02-25 01:31:22 -0500
commitb418a6ed64e50700e2935963f01e392cbd81099d (patch)
treec8ce512877b6f661fc93104a781c374e7164b3c7
parent0bce0c3388d46eff65cad64dd545bd9060178cfe (diff)
stopped being an idiot
-rw-r--r--src/server/index.ts4
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' +