From ecec2bb99ee1d94e9435269e85f5cd709bfa835d Mon Sep 17 00:00:00 2001 From: Johannes Rauh Date: Thu, 30 Apr 2026 07:39:59 +0200 Subject: [PATCH] fixup! Strip 2FA logic out of `LoginForm` --- application/forms/Authentication/LoginForm.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/forms/Authentication/LoginForm.php b/application/forms/Authentication/LoginForm.php index 7027bd29b..5233f3da5 100644 --- a/application/forms/Authentication/LoginForm.php +++ b/application/forms/Authentication/LoginForm.php @@ -17,7 +17,6 @@ use Icinga\Common\Database; use Icinga\Exception\Http\HttpBadRequestException; use Icinga\User; use Icinga\Web\RememberMe; -use Icinga\Web\Response; use Icinga\Web\Session; use Icinga\Web\Url; use ipl\Html\FormDecoration\LabelDecorator;