diff --git a/mfa/templates/RECOVERY/Add.html b/mfa/templates/RECOVERY/Add.html index 00a09aa..d337ada 100644 --- a/mfa/templates/RECOVERY/Add.html +++ b/mfa/templates/RECOVERY/Add.html @@ -17,6 +17,7 @@ } .toolbtn { border-radius: 7px; + cursor: pointer; } .toolbtn:hover { background-color: gray; @@ -66,9 +67,8 @@
-    - +    +
`;
                 for (let i = 0; i < data.keys.length; i++) {
                         htmlkey +="- " +data.keys[i] + "\n"
diff --git a/mfa/templates/TOTP/Add.html b/mfa/templates/TOTP/Add.html
index af25216..bd6c145 100644
--- a/mfa/templates/TOTP/Add.html
+++ b/mfa/templates/TOTP/Add.html
@@ -13,6 +13,7 @@
     }
     .toolbtn {
         border-radius: 7px;
+        cursor: pointer;
     }
     .toolbtn:hover {
         background-color: gray;