Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bae483b

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

File tree

3 files changed

+8
-18
lines changed
Filter options

3 files changed

+8
-18
lines changed

‎FrontEnd/js/email.js

Copy file name to clipboardExpand all lines: FrontEnd/js/email.js
+1-2Lines changed: 1 addition & 2 deletions
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-
user: "akshat0133@gmail.com",
10-
pass: "Password@akshat0133",
9+
1110
},
1211
});
1312

‎backend/.env

Copy file name to clipboardExpand all lines: backend/.env
-7Lines changed: 0 additions & 7 deletions
This file was deleted.

‎backend/.gitignore

Copy file name to clipboardExpand all lines: backend/.gitignore
+7-9Lines changed: 7 additions & 9 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.