Skip to content
Snippets Groups Projects
Commit 1339a6a4 authored by Torben Hansen's avatar Torben Hansen Committed by Christian Kuhn
Browse files

[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: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent cf146d30
Branches
Tags
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment