Correct Title in logout.adoc

This commit is contained in:
Xi Minghui 2024-09-05 05:47:12 +08:00 committed by Rob Winch
parent 6417eb7159
commit 64920c12de

View File

@ -315,7 +315,7 @@ javadoc:org.springframework.security.web.authentication.logout.LogoutSuccessHand
For example, instead of redirecting, you may want to only return a status code.
In this case, you can provide a success handler instance, like so:
.Using Clear-Site-Data to Clear Cookies
.Customizing Logout Success to Return HTTP Status Code
[tabs]
======
Java::