From f2a80c23ceb8e9dd1d9f024cfbec715b20bc7f07 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 12 Dec 2022 10:03:12 +0200 Subject: [PATCH] fix 500 error on login_2fa.html --- files/templates/login/login_2fa.html | 1 - 1 file changed, 1 deletion(-) diff --git a/files/templates/login/login_2fa.html b/files/templates/login/login_2fa.html index 5c07aac07..bf71eb47b 100644 --- a/files/templates/login/login_2fa.html +++ b/files/templates/login/login_2fa.html @@ -13,7 +13,6 @@

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 %} -{% endif %}