From de5808e99801f551613c6a5b46741ecc676d4a29 Mon Sep 17 00:00:00 2001 From: Mohamed ElKalioby Date: Wed, 31 Aug 2022 16:52:35 +0300 Subject: [PATCH] Fix issue in methods page text --- mfa/templates/select_mfa_method.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mfa/templates/select_mfa_method.html b/mfa/templates/select_mfa_method.html index d8cafe3..22d15f9 100644 --- a/mfa/templates/select_mfa_method.html +++ b/mfa/templates/select_mfa_method.html @@ -15,7 +15,7 @@ {% for method in request.session.mfa_methods %}
  • - {% if method == "TOTP" %}Authenticator App / Backup codes + {% if method == "TOTP" %}Authenticator App {% elif method == "Email" %}Send OTP by Email {% elif method == "U2F" %}Secure Key {% elif method == "FIDO2" %}FIDO2 Secure Key