Skip to content

Commit

Permalink
Merge pull request #11 from SachinAkash01/main
Browse files Browse the repository at this point in the history
Remove credentials
  • Loading branch information
SachinAkash01 authored May 2, 2024
2 parents 37026de + 6a0d584 commit 8671f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const transporter = nodemailer.createTransport({
service: "Gmail",
auth: {
user: "[email protected]",
pass: "jgnx dimp ysvm ciyq",
pass: "your app password",
},
});

Expand Down

0 comments on commit 8671f75

Please sign in to comment.