Fix issue in methods page text

This commit is contained in:
Mohamed ElKalioby
2022-08-31 16:52:35 +03:00
parent fe433dee7b
commit de5808e998

View File

@@ -15,7 +15,7 @@
{% for method in request.session.mfa_methods %} {% for method in request.session.mfa_methods %}
<li><a href="{% url "mfa_goto" method %}"> <li><a href="{% url "mfa_goto" method %}">
{% if method == "TOTP" %}Authenticator App / Backup codes {% if method == "TOTP" %}Authenticator App
{% elif method == "Email" %}Send OTP by Email {% elif method == "Email" %}Send OTP by Email
{% elif method == "U2F" %}Secure Key {% elif method == "U2F" %}Secure Key
{% elif method == "FIDO2" %}FIDO2 Secure Key {% elif method == "FIDO2" %}FIDO2 Secure Key