Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1800,8 +1800,8 @@ To enable logging out, activate the ``logout`` config parameter under your fire
logout:
path: /logout

# where to redirect after logout
# target: app_any_route
# where to redirect after logout (use path not route name)
# target: /logout-redirect

.. code-block:: xml

Expand Down
Loading