File tree 3 files changed +8
-18
lines changed
3 files changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ const nodemailer = require("nodemailer");
6
6
const transporter = nodemailer . createTransport ( {
7
7
service : "Gmail" ,
8
8
auth : {
9
-
10
- pass : "Password@akshat0133" ,
9
+
11
10
} ,
12
11
} ) ;
13
12
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -69,11 +69,16 @@ web_modules/
69
69
# Output of 'npm pack'
70
70
* .tgz
71
71
72
+
72
73
# Yarn Integrity file
73
74
.yarn-integrity
74
75
75
76
# dotenv environment variable files
76
-
77
+ .env
78
+ .env.development.local
79
+ .env.test.local
80
+ .env.production.local
81
+ .env.local
77
82
78
83
# parcel-bundler cache (https://parceljs.org/)
79
84
.cache
@@ -123,11 +128,4 @@ dist
123
128
.yarn /unplugged
124
129
.yarn /build-state.yml
125
130
.yarn /install-state.gz
126
- .pnp. *
127
-
128
-
129
- # node modules
130
- node_modules /
131
-
132
- .environment
133
- .env
131
+ .pnp. *
You can’t perform that action at this time.
0 commit comments