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
598598
599599**type **: ``string `` **default **: ``/ ``
600600
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.
602604
603605success_handler
604606~~~~~~~~~~~~~~~
@@ -608,7 +610,7 @@ success_handler
608610The service ID used for handling a successful logout. The service must implement
609611:class: `Symfony\\ Component\\ Security\\ Http\\ Logout\\ LogoutSuccessHandlerInterface `.
610612
611- If it is set, ``target `` will be ignored.
613+ If it is set, the logout ``target `` option will be ignored.
612614
613615.. _reference-security-logout-csrf :
614616
You can’t perform that action at this time.
0 commit comments