diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index a8b921a8..f3e060d8 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -57,6 +57,23 @@ + +
+
+
Two Factor Authentication
+
+ Secure your account with 2FA, you'll be asked for a code generated through an app when you login.
+
+ {% if not current_user.enable_otp %} + Setup TOTP + {% else %} + Disable TOTP + Recovery Codes + {% endif %} +
+
+ +
@@ -76,22 +93,6 @@
- -
-
-
Two Factor Authentication
-
- Secure your account with 2FA, you'll be asked for a code generated through an app when you login.
-
- {% if not current_user.enable_otp %} - Setup TOTP - {% else %} - Disable TOTP - Recovery Codes - {% endif %} -
-
-