Reviewed & tested by the community
Project:
drupal-mfa
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2026 at 10:03 UTC
Updated:
30 Mar 2026 at 14:40 UTC
Jump to comment: Most recent
Comments
Comment #3
nicrodgersAlso this:
Fatal error: Type of Drupal\webauthn\Form\WebAuthnVerifyForm::$configFactory must not be defined (as in class Drupal\Core\Form\FormBase) in /var/www/html/web/modules/contrib/dmfa/src/Form/WebAuthnVerifyForm.php on line 21
Comment #4
vinodhini.e commentedHi, Tested this on Drupal 11.2.5. While installing the module, I encountered the following fatal error:
Fatal error: Type of Drupal\webauthn\Form\WebAuthnVerifyForm::$requestStack must not be defined (as in class Drupal\Core\Form\FormBase) in /web/modules/contrib/dmfa/src/Form/WebAuthnVerifyForm.php on line 21
Applied MR !1 and reinstalled the module, the issue is resolved. The module installs successfully without any errors. The patch is working as expected.
Moving to RTBC.
Thanks.