From aa0f3e4eb1a683865ba2037575ab5a1e9753806b Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:08:20 +0200 Subject: [PATCH] Fixed 2FA manual secret erroneous display sometimes --- cp/resources/views/admin/profile/profile.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cp/resources/views/admin/profile/profile.twig b/cp/resources/views/admin/profile/profile.twig index 9b453e1..911dab8 100644 --- a/cp/resources/views/admin/profile/profile.twig +++ b/cp/resources/views/admin/profile/profile.twig @@ -104,8 +104,8 @@ 2FA QR Code
-

{{ __('Manual Entry Secret') }}

- {{ secret|split(4)|join(' ') }} +

{{ __('Manual Entry Secret') }}

+

{{ secret }}

{{ __('If you\'re unable to scan the QR code, enter this secret manually into your authentication app. The secret is case-sensitive and should be entered exactly as shown.') }}