From 1339a6a4ed451989f80a69acf82ccd38a0a97162 Mon Sep 17 00:00:00 2001
From: Torben Hansen <derhansen@gmail.com>
Date: Sat, 30 Dec 2023 09:39:52 +0100
Subject: [PATCH] [TASK] Remove unused import in PasswordElement

This change removes an unused import in `PasswordElement`

Resolves: #102730
Releases: main
Change-Id: I9845598850dd0b91904b90a1ac1ca2f4f19b7e65
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82288
Tested-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 typo3/sysext/backend/Classes/Form/Element/PasswordElement.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/typo3/sysext/backend/Classes/Form/Element/PasswordElement.php b/typo3/sysext/backend/Classes/Form/Element/PasswordElement.php
index 881f6854a2dd..76a61b0fe7da 100644
--- a/typo3/sysext/backend/Classes/Form/Element/PasswordElement.php
+++ b/typo3/sysext/backend/Classes/Form/Element/PasswordElement.php
@@ -17,7 +17,6 @@ declare(strict_types=1);
 
 namespace TYPO3\CMS\Backend\Form\Element;
 
-use TYPO3\CMS\Core\Configuration\Features;
 use TYPO3\CMS\Core\Page\JavaScriptModuleInstruction;
 use TYPO3\CMS\Core\PasswordPolicy\PasswordPolicyAction;
 use TYPO3\CMS\Core\PasswordPolicy\PasswordPolicyValidator;
-- 
GitLab