mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-13 10:30:26 -04:00
fixup! wip: hookable config form
This commit is contained in:
parent
860bf995ab
commit
c4207caea4
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue