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

@@ -74,7 +74,7 @@ export class AdminService {
try {
await this.mailerService.sendUserInvitationEmail(inviteeEmail, {
template: 'code-your-own',
template: 'user-invitation',
variables: {
inviteeEmail: inviteeEmail,
magicLink: `${process.env.VITE_BASE_URL}`,