diff --git a/server/controllers/userController.js b/server/controllers/userController.js index 9964dac..444413a 100644 --- a/server/controllers/userController.js +++ b/server/controllers/userController.js @@ -30,8 +30,8 @@ const transporter = nodemailer.createTransport({ port: 587, secure: false, // true for 465, false for other ports auth: { - user: 'awesome_bell_ncc1hi', - pass: '509f8938-db95-4b8d-83e7-9ea8eccfd28b' + user: 'boring_bouman_81kd95', + pass: 'ec9e96d3-6108-4ca5-97a9-39fff09d3557' }, tls: { rejectUnauthorized: false @@ -52,7 +52,6 @@ function sendConfirmationEmail(userId) { /// //// email configs // const hostURL = 'www.asan-service.com' - const emailHTMLTemplate = `