diff --git a/.gitignore b/.gitignore index 40b878d..58b805f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +.DS_Store node_modules/ \ No newline at end of file diff --git a/app/v1/utils/email.js b/app/v1/utils/email.js index 75e4527..c20441b 100644 --- a/app/v1/utils/email.js +++ b/app/v1/utils/email.js @@ -9,8 +9,8 @@ const transport = { port: 587, secure: false, // true for 465, false for other ports auth: { - user: '1fa2f34cd54db1', // add user here - pass: '17ce8c3ba5fd65' // add password here + user: 'abc', // add user here + pass: 'xyz' // add password here } }