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 %}