Skip to content

Commit 3c95012

Browse files
committed
new routes has been added
1 parent eb54c9c commit 3c95012

File tree

1 file changed

+2
-2
lines changed
  • using nodemailer for 2 way authentication

1 file changed

+2
-2
lines changed

using nodemailer for 2 way authentication/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ let transporter = nodemailer.createTransport({
3737
service : 'Gmail',
3838

3939
auth: {
40-
user: 'sarthakmittal1461@gmail.com',
41-
pass: 'S@rth@k09',
40+
user: 'Your mail',
41+
pass: 'Your password',
4242
}
4343

4444
});

0 commit comments

Comments
 (0)