From 870ea381b829d0aab82b90d700dc3fe15bd5b426 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 13 Jul 2022 19:07:59 +0200 Subject: [PATCH] fix 2fa --- files/templates/settings.html | 4 ++-- files/templates/settings_security.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/files/templates/settings.html b/files/templates/settings.html index 2487a8f66e..9599fb1bea 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -6,6 +6,8 @@ + + @@ -260,8 +262,6 @@ {% block onload %}{% endblock %} - - diff --git a/files/templates/settings_security.html b/files/templates/settings_security.html index d761b84822..75855b34fc 100644 --- a/files/templates/settings_security.html +++ b/files/templates/settings_security.html @@ -4,6 +4,8 @@ {% block content %} + +
@@ -157,7 +159,7 @@
- This requires entering a randomly-generated, 6-digit code and your password to login. See Google Authenticator or Authy for more details. + This requires entering a randomly-generated, 6-digit code and your password to login.
@@ -263,6 +265,4 @@ - - {% endblock %} \ No newline at end of file