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' ]); } }