Remove un-used auth_form_path config

This commit is contained in:
Clemente Raposo 2024-11-13 11:57:15 +00:00 committed by Jack Anderson
parent 31f641c04d
commit cef2839320

View file

@ -132,7 +132,6 @@ return static function (ContainerConfigurator $containerConfig) {
'path' => 'app_logout',
],
'two_factor' => [
'auth_form_path' => 'app_2fa_enable',
'check_path' => 'app_2fa_check',
'prepare_on_login' => true,
'prepare_on_access_denied' => true,