You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
TYPO3 14 User Settings warning — TYPO3 14 logged a warning when opening User Settings: "Field be_users__passkeys … registered as type="user" element without a specific renderType." Fixed by introducing PasskeySettingsPanelElement as a proper FormEngine render element (extends AbstractFormElement), registered as renderType nrPasskeySettingsPanel. TYPO3 12/13 continues to use the existing userFunc path unchanged.
Services.yaml — PasskeySettingsPanelElement registered as public: true so NodeFactory can resolve its constructor dependencies via DI.
Added
Unit tests for PasskeySettingsPanelElement covering early-return branches, success path, JS module loading, and FormEngine result array contract.