diff --git a/backend/src/templates/secretReminder.handlebars b/backend/src/templates/secretReminder.handlebars new file mode 100644 index 000000000..58f738534 --- /dev/null +++ b/backend/src/templates/secretReminder.handlebars @@ -0,0 +1,19 @@ + + + + + + + Secret Reminder + + + +

Infisical

+

You have a new secret reminder!

+

You have a new secret reminder from workspace "{{workspaceName}}", in {{organizationName}}

+ {{#if reminderNote}} +

Here's the note included with the reminder: {{reminderNote}}

+ {{/if}} + + + \ No newline at end of file