From b4ca28479ab1e3c4074317de437f286e6ec6e494 Mon Sep 17 00:00:00 2001 From: josh Date: Fri, 2 Feb 2024 15:52:57 +0000 Subject: [PATCH] Update mfa/templates/TrustedDevices/start.html --- mfa/templates/TrustedDevices/start.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/mfa/templates/TrustedDevices/start.html b/mfa/templates/TrustedDevices/start.html index 954f0a7..d409984 100644 --- a/mfa/templates/TrustedDevices/start.html +++ b/mfa/templates/TrustedDevices/start.html @@ -82,6 +82,17 @@ +
+
+
+ Add Trusted Device +
+
+
+
+
@@ -92,8 +103,8 @@ {% if not_allowed %}
You can't add any more devices, you need to remove previously trusted devices first.
{% else %} -

Allow access from mobile phone and tables.


-
+

Allow access from mobile phone and tables.


+
Steps:
@@ -125,7 +136,9 @@
- {% endif %} + {% endif %} +
+
{% include "modal.html" %}