Skip to content

Commit

Permalink
change email address
Browse files Browse the repository at this point in the history
  • Loading branch information
SamratSahoo committed Oct 17, 2024
1 parent 03d4d78 commit d874902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/pages/api/user/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default APIWrapper({
};
if (process.env.DEPLOY_CONTEXT === "production") {
await sendEmail(
"applicant@healing4heroes.org",
"gt.engineering@hack4impact.org",
EmailSubject.ACCOUNT_CREATED,
EmailTemplate.ACCOUNT_CREATED,
emailData
Expand Down

0 comments on commit d874902

Please sign in to comment.