fix: mailer template issue (#3475)

This commit is contained in:
Balu Babu
2023-11-06 17:25:36 +05:30
committed by GitHub
parent 5428a73811
commit 76af7d5e10
6 changed files with 62 additions and 62 deletions

View File

@@ -229,7 +229,7 @@ export class AuthService {
}
await this.mailerService.sendEmail(email, {
template: 'code-your-own',
template: 'user-invitation',
variables: {
inviteeEmail: email,
magicLink: `${url}/enter?token=${generatedTokens.token}`,