Skip to content

Commit

Permalink
fix/repeated-email-subject
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtouha committed Apr 16, 2024
1 parent d7231cd commit d32375e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/email/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const getEmailTemplate = <T extends EmailTemplate>(template: T, props: PropsMap[
};
case EmailTemplate.PasswordReset:
return {
subject: "Verify your email address",
subject: "Reset your password",
body: render(
<ResetPasswordTemplate {...(props as PropsMap[EmailTemplate.PasswordReset])} />,
),
Expand Down

0 comments on commit d32375e

Please sign in to comment.