Skip to content

Commit bae483b

Browse files
Merge pull request akshat-sachan#7 from akshat-sachan/akshat
Akshat 🥇
2 parents 71bd0b9 + 9049430 commit bae483b

File tree

3 files changed

+8
-18
lines changed

3 files changed

+8
-18
lines changed

FrontEnd/js/email.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ const nodemailer = require("nodemailer");
66
const transporter = nodemailer.createTransport({
77
service: "Gmail",
88
auth: {
9-
10-
pass: "Password@akshat0133",
9+
1110
},
1211
});
1312

backend/.env

-7
This file was deleted.

backend/.gitignore

+7-9
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,16 @@ web_modules/
6969
# Output of 'npm pack'
7070
*.tgz
7171

72+
7273
# Yarn Integrity file
7374
.yarn-integrity
7475

7576
# dotenv environment variable files
76-
77+
.env
78+
.env.development.local
79+
.env.test.local
80+
.env.production.local
81+
.env.local
7782

7883
# parcel-bundler cache (https://parceljs.org/)
7984
.cache
@@ -123,11 +128,4 @@ dist
123128
.yarn/unplugged
124129
.yarn/build-state.yml
125130
.yarn/install-state.gz
126-
.pnp.*
127-
128-
129-
#node modules
130-
node_modules/
131-
132-
.environment
133-
.env
131+
.pnp.*

0 commit comments

Comments
 (0)