feat: fix update email template editor
This commit is contained in:
@@ -204,3 +204,9 @@ export enum webhookVerifiedStatus {
|
||||
NOT_VERIFIED = 'not_verified',
|
||||
PENDING = 'verification_pending',
|
||||
}
|
||||
|
||||
export const emailTemplateVariables = {
|
||||
user_name: '{{user.name}}',
|
||||
user_email: '{{user.email}}',
|
||||
organization_name: '{{org.name}}',
|
||||
};
|
||||
|
Reference in New Issue
Block a user