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;