diff --git a/mfa/templates/FIDO2/Add.html b/mfa/templates/FIDO2/Add.html index 2b8071d..31894ef 100644 --- a/mfa/templates/FIDO2/Add.html +++ b/mfa/templates/FIDO2/Add.html @@ -61,21 +61,24 @@ {% endblock %} {% block content %} -
-
-
-
-
- Adding a New {{ method.name }} -
-
- - -
-

Your browser should ask you to confirm you identity.

- +
+ +
+
+
Adding a New {{ method.name }}
+
+
+ +
+

Your browser should ask you to confirm you identity.

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