From a35b5f66f9ee70bbd4b7c61e868c3098179373a9 Mon Sep 17 00:00:00 2001 From: Xavier Leune Date: Tue, 30 Sep 2025 17:53:27 +0200 Subject: [PATCH] fix(reference): security.logout.path supports route name --- reference/configuration/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index 3ccea5f9026..ef278dc2471 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -508,7 +508,7 @@ the current firewall and not the other ones. **type**: ``string`` **default**: ``/logout`` -The path which triggers logout. You need to set up a route with a matching path. +The path or route name (cannot start with a `/`) which triggers logout. You need to set up a route with a matching path. target ......