diff --git a/mfa/templates/U2F/recheck.html b/mfa/templates/U2F/recheck.html index a908ae8..7e9be14 100644 --- a/mfa/templates/U2F/recheck.html +++ b/mfa/templates/U2F/recheck.html @@ -1,39 +1,39 @@ {% load static %} -
- -
-
-
- Verify your identity using {{ method.name }} -
-
- -
-
-

Your key should be flashing now, please press the button.

- {% if mode == "auth" %} -
- {% elif mode == "recheck" %} - - {% endif %} - {% csrf_token %} - -
-
-
+<
+ +
+
+
Verify your identity using {{ method.name }}
+
-
-
+
+
+

Your key should be flashing now, please press the button.

+ {% if mode == "auth" %} +
+ {% elif mode == "recheck" %} + + {% endif %} + {% csrf_token %} + +
+
+
+ +
+ + {% if request.session.mfa_methods|length > 1 %} + Select Another Method + {% endif %} + +
+ + - {% if request.session.mfa_methods|length > 1 %} - Select Another Method - {% endif %} -
-
-
-