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

@@ -27,7 +27,7 @@ export class MailerService {
case 'team-invitation':
return `${mailDesc.variables.invitee} invited you to join ${mailDesc.variables.invite_team_name} in Hoppscotch`;
case 'code-your-own':
case 'user-invitation':
return 'Sign in to Hoppscotch';
}
}