File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -598,7 +598,9 @@ target
598
598
599
599
**type **: ``string `` **default **: ``/ ``
600
600
601
- The route, path or URL to redirect to after logout.
601
+ The relative path (if the value starts with ``/ ``), or absolute URL (if it
602
+ starts with ``http:// `` or ``https:// ``) or the route name (otherwise) to
603
+ redirect after logout.
602
604
603
605
success_handler
604
606
~~~~~~~~~~~~~~~
@@ -608,7 +610,7 @@ success_handler
608
610
The service ID used for handling a successful logout. The service must implement
609
611
:class: `Symfony\\ Component\\ Security\\ Http\\ Logout\\ LogoutSuccessHandlerInterface `.
610
612
611
- If it is set, ``target `` will be ignored.
613
+ If it is set, the logout ``target `` option will be ignored.
612
614
613
615
.. _reference-security-logout-csrf :
614
616
You can’t perform that action at this time.
0 commit comments