Skip to content

Commit

Permalink
Remoevs unused personalization from password reset no user email
Browse files Browse the repository at this point in the history
  • Loading branch information
fellmirr committed Nov 12, 2024
1 parent 5346e29 commit 8ac3c42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/custom_modules/mail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,6 @@ export async function sendPasswordResetNoUserEmail(email: string) {
await sendTemplate({
to: email,
templateId: config.mailersend_password_reset_no_user_template_id,
personalization: {},
});

return true;
Expand Down

0 comments on commit 8ac3c42

Please sign in to comment.