From b0ac60022525a8fff927e5cf9d56c21704bd8264 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Wed, 15 Aug 2018 00:59:45 +0000 Subject: [PATCH] Removed 'hi' from emails --- config/routes/auth.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/routes/auth.js b/config/routes/auth.js index 92c554a..cf54ec0 100755 --- a/config/routes/auth.js +++ b/config/routes/auth.js @@ -320,14 +320,14 @@ module.exports = (app, passport) => { to: mail.to(user), subject: 'Reset your Tracman password', text: mail.text( - `Hi, \n\nDid you request to reset your Tracman password? \ + `Did you request to reset your Tracman password? \ If so, follow this link to do so:\ \n${env.url}/account/password/${token}\n\n\ This link will expire at ${expiration_time_string}. \n\n\ If you didn't initiate this request, just ignore this email. \n\n` ), html: mail.html( - `

Hi,

Did you request to reset your Tracman password? \ + `

Did you request to reset your Tracman password? \ If so, follow this link to do so:
\ \ ${env.url}/account/password/${token}. \