Actions
Task #94027
closedRemove unnecessary classes from MFA provider authentication templates
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2021-04-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Both, TOTP and recovery codes input fields are wrapped in <div class="form-control-clearable form-control">
. This is not needed and has no effect. Actually this "wrapper" is automatically for fields which are initialized by TYPO3/CMS/Backend/Input/Clearable
.
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68927
Updated by Oliver Bartsch over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fc6bf1f595f8c91aa387c3d9048417a434a0c19c.
Actions