fix: Redirect to application index to prevent loop
This commit is contained in:
parent
f24a2f9c2d
commit
11312eb734
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue