diff --git a/config/packages/security.yaml b/config/packages/security.yaml index a61a900..330c3ed 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -30,7 +30,7 @@ security: login_path: app_login check_path: app_login enable_csrf: true - default_target_path: app_home + default_target_path: app_index use_referer: true logout: path: app_logout