fixup! Strip 2FA logic out of LoginForm

This commit is contained in:
Johannes Rauh 2026-04-30 07:39:59 +02:00
parent eed79b8ce4
commit ecec2bb99e

View file

@ -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;