From c4207caea4e7c686bac382a93e2c97ab80e538b3 Mon Sep 17 00:00:00 2001 From: Johannes Rauh Date: Wed, 29 Apr 2026 07:38:20 +0200 Subject: [PATCH] fixup! wip: hookable config form --- application/controllers/TwoFactorController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/TwoFactorController.php b/application/controllers/TwoFactorController.php index c46979305..3fa788086 100644 --- a/application/controllers/TwoFactorController.php +++ b/application/controllers/TwoFactorController.php @@ -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' ]); } }