fix: Redirect to application index to prevent loop

This commit is contained in:
Dendy 2025-10-28 18:47:05 +01:00
parent f24a2f9c2d
commit 11312eb734
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ security:
enable_csrf: true enable_csrf: true
logout: logout:
path: app_logout path: app_logout
# where to redirect after logout target: app_index
# target: app_any_route
# activate different ways to authenticate # activate different ways to authenticate
# https://symfony.com/doc/current/security.html#the-firewall # https://symfony.com/doc/current/security.html#the-firewall