From 97ba9eeb4428ad5caf727f0239ebb74d5b149bc1 Mon Sep 17 00:00:00 2001 From: josh Date: Fri, 2 Feb 2024 15:34:22 +0000 Subject: [PATCH] Update mfa/templates/FIDO2/recheck.html --- mfa/templates/FIDO2/recheck.html | 74 +++++++++++++++----------------- 1 file changed, 34 insertions(+), 40 deletions(-) diff --git a/mfa/templates/FIDO2/recheck.html b/mfa/templates/FIDO2/recheck.html index c44db3a..fcd0fa9 100644 --- a/mfa/templates/FIDO2/recheck.html +++ b/mfa/templates/FIDO2/recheck.html @@ -1,50 +1,44 @@ {% load static %} -
- -
-
-
- Security Key -
-
- -
-
- {% if mode == "auth" %} - Welcome back {% comment %}{% endcomment %} {{ request.session.base_username }}
- Not me -
- - {% endif %} -
-

please press the button on your security key to prove it is you.

-
-
- {% if mode == "auth" %} -
- {% elif mode == "recheck" %} - - {% endif %} - {% csrf_token %} - -
-
-
+
+ +
+
+
Security Key
+
-
-
- - {% if request.session.mfa_methods|length > 1 %} - Select Another Method - {% endif %} +
+
+ {% if mode == "auth" %} + Welcome back {% comment %}{% endcomment %} {{ request.session.base_username }}
+ Not me +
+ {% endif %} +
+

please press the button on your security key to prove it is you.

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