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

@@ -8,7 +8,7 @@ export type MailDescription = {
};
export type UserMagicLinkMailDescription = {
template: 'code-your-own';
template: 'user-invitation';
variables: {
inviteeEmail: string;
magicLink: string;
@@ -16,7 +16,7 @@ export type UserMagicLinkMailDescription = {
};
export type AdminUserInvitationMailDescription = {
template: 'code-your-own';
template: 'user-invitation';
variables: {
inviteeEmail: string;
magicLink: string;