diff --git a/mfa/templates/RECOVERY/recheck.html b/mfa/templates/RECOVERY/recheck.html index 501375f..c781ed4 100644 --- a/mfa/templates/RECOVERY/recheck.html +++ b/mfa/templates/RECOVERY/recheck.html @@ -22,64 +22,55 @@ }) } -
-
-
-
- Recovery code -
-
- -
- - - {% csrf_token %} - {% if invalid %} -
- Sorry, The provided code is not valid, or has already been used. +
+ +
+
+
+ Recovery code +
- {% endif %} - {% if quota %} -
- {{ quota }} -
- {% endif %} -
-
-
-

Enter the 11-digits on your authenticator. Or input a recovery code

-
-
- -
-
-
-
- - - - - -
-
- -
- - -
-
-
- -
-
-
- {% if request.session.mfa_methods|length > 1 %} - Select Another Method - {% endif %} +
+
+ {% csrf_token %} + {% if invalid %} +
+ Sorry, The provided code is not valid, or has already been used. +
+ {% endif %} + {% if quota %} +
+ {{ quota }} +
+ {% endif %} +
+
+

Enter the 11-digits on your authenticator. Or input a recovery code

+
+ +
+
+
+ + + + +
+ +
+ +
+
+
+
+
+
+ {% if request.session.mfa_methods|length > 1 %} + Select Another Method + {% endif %} +
-
-
-
-
{% include "modal.html" %} \ No newline at end of file