From 5db1bdca8100bd24149291d2484492bc692839b1 Mon Sep 17 00:00:00 2001 From: josh Date: Fri, 2 Feb 2024 12:15:32 +0000 Subject: [PATCH] Update mfa/templates/TOTP/Add.html --- mfa/templates/TOTP/Add.html | 94 +++++++++++++++++++++---------------- 1 file changed, 54 insertions(+), 40 deletions(-) diff --git a/mfa/templates/TOTP/Add.html b/mfa/templates/TOTP/Add.html index ec89336..93698b8 100644 --- a/mfa/templates/TOTP/Add.html +++ b/mfa/templates/TOTP/Add.html @@ -86,47 +86,61 @@ {% block content %}

-
-
-
-

Adding a new {{ method.name }}

-
-
- -

Scan the image below with the two-factor authentication app on your phone/PC. If you can’t use a barcode, - enter this text instead.

-
-
- -
-
- - -
-
- -

Enter the six-digit code from the application

-

After scanning the barcode image, the app will display a six-digit code that you can enter below.

- -
-
-
- -
-
-
-
- - Cancel -
-
-
- +
+ +
+
+
+
+
+
+
+
Adding a new {{ method.name }}
+
+
+
+ +

Scan the image below with the two-factor authentication app on your phone/PC. If you can’t use a barcode, + enter this text instead.

+
+
+ +
+
+ + +
+
+ +

Enter the six-digit code from the application

+

After scanning the barcode image, the app will display a six-digit code that you can enter below.

+ +
+
+
+ +
+
+
+
+ + Cancel +
+
+
+
+
+
+
+
+
{% include "modal.html" %} {% endblock %}