From 137d81be9ebe4233a678f1d4ebf545b378cb8077 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:49:30 +0100 Subject: [PATCH] feat: add to templates --- app/config/locale/templates.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/config/locale/templates.php b/app/config/locale/templates.php index ac5a2acf1d..e013c3ccc9 100644 --- a/app/config/locale/templates.php +++ b/app/config/locale/templates.php @@ -6,7 +6,8 @@ return [ 'magicSession', 'recovery', 'invitation', - 'mfaChallenge' + 'mfaChallenge', + 'sessionAlert' ], 'sms' => [ 'verification',