From 73ff78ecd505c7e5888839fb83d6879c1e9476f5 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Wed, 12 Jul 2023 16:40:17 -0500 Subject: [PATCH] 2FA Lost --- files/templates/login/lost_2fa.html | 44 +++++++++-------------------- 1 file changed, 14 insertions(+), 30 deletions(-) diff --git a/files/templates/login/lost_2fa.html b/files/templates/login/lost_2fa.html index 339f07a2b..cf93857ed 100644 --- a/files/templates/login/lost_2fa.html +++ b/files/templates/login/lost_2fa.html @@ -1,35 +1,19 @@ -{% extends "authforms.html" %} - +{% extends "login/authforms.html" %} {% block pagetitle %}{{SITE_TITLE}} Two-Factor Removal{% endblock %} - {% block authtitle %}Remove the two-factor authentication from your account.{% endblock %} - {% block authtext %}If all information is correct, you will be able to remove 2-factor authentication from your account in 24 hours.{% endblock %} - {% block content %} - -
- -
- - - - - - - - - - - - - - - -
- -
- +
+
+ + + + + + + +
+
{% endblock %}