From df4f694d8e8cdc0af1a45dbcfa48319ac6d6cb1e Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 14 Sep 2023 21:44:35 +0300 Subject: [PATCH] fix 2fa image not working --- files/templates/settings/security.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/settings/security.html b/files/templates/settings/security.html index c8b10196f..327fc0c3c 100644 --- a/files/templates/settings/security.html +++ b/files/templates/settings/security.html @@ -152,7 +152,7 @@ {% if mfa_secret %}

Step 1: Scan this QR code (or enter the code) using a two-factor authentication app such as Google Authenticator or Authy.

- two-factor QR code + two-factor QR code
Or enter this code: {{mfa_secret}}

Step 2: Enter the six-digit code generated in the authenticator app and your {{SITE_NAME}} account password.