Skip to content

Commit bbfd722

Browse files
committed
minor #21443 [SecurityBundle]: security.logout.path supports route name (xavierleune)
This PR was merged into the 6.4 branch. Discussion ---------- [SecurityBundle]: security.logout.path supports route name Commits ------- a35b5f6 fix(reference): security.logout.path supports route name
2 parents b878bfe + a35b5f6 commit bbfd722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ the current firewall and not the other ones.
508508

509509
**type**: ``string`` **default**: ``/logout``
510510

511-
The path which triggers logout. You need to set up a route with a matching path.
511+
The path or route name (cannot start with a `/`) which triggers logout. You need to set up a route with a matching path.
512512

513513
target
514514
......

0 commit comments

Comments
 (0)