[#7314] added ALERT_INFO placeholder to the auth alert mail template

This commit is contained in:
Gani Georgiev
2025-11-10 17:56:36 +02:00
parent 423d234da1
commit 0f5411d81c
40 changed files with 137 additions and 60 deletions
@@ -53,7 +53,7 @@
$: authAlertTemplate = {
key: "authAlert.emailTemplate",
label: "Default Login alert email template",
placeholders: ["APP_NAME", "APP_URL", "RECORD:*"],
placeholders: ["APP_NAME", "APP_URL", "RECORD:*", "ALERT_INFO"],
config: collection.authAlert.emailTemplate,
};
$: emailTemplatesList = isSuperusers