Skip to content

Commit

Permalink
Fix email template
Browse files Browse the repository at this point in the history
  • Loading branch information
PhamAnhHoang committed Feb 6, 2024
1 parent 22309b6 commit 8efb0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export class AuthService {
await this.mailerService.sendEmail(
user,
'Email verification',
'email-confirmation',
HandlebarsTemplate.EMAIL_CONFIRMATION,
{
name: user.firstName,
code: code.code
Expand Down

0 comments on commit 8efb0ca

Please sign in to comment.