Skip to content

Commit

Permalink
Update email in beginEmailSignupProcess
Browse files Browse the repository at this point in the history
  • Loading branch information
dangtony98 committed May 3, 2024
1 parent ee8a88d commit 1e6af8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/services/auth/auth-signup-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const authSignupServiceFactory = ({
await smtpService.sendMail({
template: SmtpTemplates.EmailVerification,
subjectLine: "Infisical confirmation code",
recipients: [email],
recipients: [user.email as string],
substitutions: {
code: token
}
Expand Down

0 comments on commit 1e6af8a

Please sign in to comment.