From c1046ee6e070bd701656d6bb9b225573eeeef9ef Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 17 Apr 2025 16:43:25 +0200 Subject: [PATCH] update security yaml --- config/packages/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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