From 11312eb734319b1229365295c0585d2c47859a2f Mon Sep 17 00:00:00 2001 From: Dendy Faist Date: Tue, 28 Oct 2025 18:47:05 +0100 Subject: [PATCH] fix: Redirect to application index to prevent loop --- config/packages/security.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 0d1fd58..a94c2ac 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -22,8 +22,7 @@ security: enable_csrf: true logout: path: app_logout - # where to redirect after logout - # target: app_any_route + target: app_index # activate different ways to authenticate # https://symfony.com/doc/current/security.html#the-firewall