fixup! wip: hookable config form

This commit is contained in:
Johannes Rauh 2026-04-29 07:38:20 +02:00
parent 860bf995ab
commit c4207caea4

View file

@ -56,7 +56,7 @@ class TwoFactorController extends CompatController
->add('two-factor', [
'title' => $this->translate('Configure two-factor authentication'),
'label' => $this->translate('Two-Factor Auth'),
'url' => 'two-factor/config',
'url' => 'two-factor/config'
]);
}
}