+
{% include "modal.html" %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/mfa/templates/FIDO2/recheck.html b/mfa/templates/FIDO2/recheck.html
index c08f4db..0b128bf 100644
--- a/mfa/templates/FIDO2/recheck.html
+++ b/mfa/templates/FIDO2/recheck.html
@@ -4,11 +4,11 @@
-
-
+
+
-
+
@@ -35,7 +35,7 @@
-
+
{% if request.session.mfa_methods|length > 1 %}
Select Another Method
@@ -114,4 +114,4 @@
-
\ No newline at end of file
+
diff --git a/mfa/templates/MFA.html b/mfa/templates/MFA.html
index 1adb4ed..4940ad8 100644
--- a/mfa/templates/MFA.html
+++ b/mfa/templates/MFA.html
@@ -19,7 +19,7 @@
$("#modal-body").html("Are you sure you want to delete '"+name+"'? you may lose access to your system if this your only 2FA.");
$("#actionBtn").remove()
$("#modal-footer").prepend("
")
- $("#popUpModal").modal()
+ $("#popUpModal").modal('show')
}
function toggleKey(id) {
@@ -98,7 +98,7 @@
{% if key.key_type in HIDE_DISABLE %}
----
{% else %}
- |
+
{% endif %}
{% empty %}
diff --git a/mfa/templates/TOTP/Add.html b/mfa/templates/TOTP/Add.html
index d303f96..7bd2ce6 100644
--- a/mfa/templates/TOTP/Add.html
+++ b/mfa/templates/TOTP/Add.html
@@ -63,7 +63,7 @@
{% block content %}
-
+
Adding Authenticator
@@ -98,7 +98,7 @@
@@ -106,4 +106,4 @@
{% include "modal.html" %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/mfa/templates/TOTP/recheck.html b/mfa/templates/TOTP/recheck.html
index 87c5a7c..e172b0e 100644
--- a/mfa/templates/TOTP/recheck.html
+++ b/mfa/templates/TOTP/recheck.html
@@ -13,14 +13,15 @@
}
+