Skip to content

Commit

Permalink
changed hardcoded email
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaBarudo authored Oct 4, 2023
1 parent ee4f757 commit a0ff8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/mail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const sendMail = (
mailContent: string
): Promise<unknown> => {
const data = {
from: 'no-reply@auth.delta-force.club',
from: 'no-reply@festember.com',
to: email,
subject: subject,
html: mailContent
Expand Down

0 comments on commit a0ff8fa

Please sign in to comment.