From 850052b92fff49ab812a1ecc6d602e0cc4be1641 Mon Sep 17 00:00:00 2001 From: Binyamin Yawitz <316103+byawitz@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:30:07 -0400 Subject: [PATCH] fix: Adding otp session email customizing --- 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 e013c3ccc9..6aa376678a 100644 --- a/app/config/locale/templates.php +++ b/app/config/locale/templates.php @@ -7,7 +7,8 @@ return [ 'recovery', 'invitation', 'mfaChallenge', - 'sessionAlert' + 'sessionAlert', + 'otpSession' ], 'sms' => [ 'verification',