From ee40b2f29d29c4fc42bf06c9731b14fe4d4ba3e5 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 12 Jan 2024 15:45:57 +0200 Subject: [PATCH] remove unnecessarily-huge padding --- files/templates/login/login_2fa.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/login/login_2fa.html b/files/templates/login/login_2fa.html index b3ce45a0b..a8f1bdc27 100644 --- a/files/templates/login/login_2fa.html +++ b/files/templates/login/login_2fa.html @@ -7,7 +7,7 @@ {% block content %}

Two-step login

-

To login, please enter the 6-digit verification code generated in your authenticator app.

+

To login, please enter the 6-digit verification code generated in your authenticator app.

{% if failed %}{{macros.alert('Invalid verification code. Please try again.', true)}}{% endif %}