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