Skip to content

Commit 311016f

Browse files
committed
Minor tweak
1 parent 657494a commit 311016f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,8 @@ To enable logging out, activate the ``logout`` config parameter under your fire
16771677
$mainFirewall = $security->firewall('main');
16781678
// ...
16791679
$mainFirewall->logout()
1680-
->path('app_logout') // pass either the *name* or the *path* of the route
1680+
// the argument can be either a route name or a path
1681+
->path('app_logout')
16811682
16821683
// where to redirect after logout
16831684
// ->target('app_any_route')

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy