Skip to content

Commit

Permalink
Merge pull request #1004 from CodeForAfrica/fix/climatemappedafrica_s…
Browse files Browse the repository at this point in the history
…mtp_auth_pass

Fix `@/climatemappedafrica` `auth.pass`
  • Loading branch information
kilemensi authored Nov 21, 2024
2 parents e2cbf4a + 1a20534 commit 75d8f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/climatemappedafrica/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const start = async (): Promise<void> => {
transportOptions: {
auth: {
user: process.env.SMTP_USER || "apikey",
apiKey: smtpAuthPass,
pass: smtpAuthPass,
},
host: process.env.SMTP_HOST || "smtp.sendgrid.net",
port: smtpPort,
Expand Down

0 comments on commit 75d8f3f

Please sign in to comment.