From eca8da5c14e3f3914d08c9615aab62b8d188831e Mon Sep 17 00:00:00 2001 From: Dendy Faist Date: Tue, 28 Oct 2025 18:54:41 +0100 Subject: [PATCH] fix: Actually redirect... Jesus --- config/packages/security.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/packages/security.yaml b/config/packages/security.yaml index a94c2ac..8061b8a 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -20,9 +20,10 @@ security: login_path: app_login check_path: app_login enable_csrf: true + default_target_path: app_index logout: path: app_logout - target: app_index + target: app_login # activate different ways to authenticate # https://symfony.com/doc/current/security.html#the-firewall