Skip to content

Commit

Permalink
fixed smtp pass typo (asyncapi#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator authored Sep 4, 2024
1 parent 86877e3 commit 82b05c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/speakers/register/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default async function handler(req, res) {
secure: true,
auth: {
user: process.env.ASYNCAPI_EMAIL,
pass: process.env.GOOOGLE_APP_PASSWORD,
pass: process.env.GOOGLE_APP_PASSWORD,
},
});

Expand Down

0 comments on commit 82b05c2

Please sign in to comment.