mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 23:02:15 +00:00
Fix logout code snippet for Kotlin: Corrected deleteCookies syntax
This commit is contained in:
parent
e67b5f8356
commit
0e3cfd1efb
@ -226,7 +226,7 @@ Kotlin::
|
||||
----
|
||||
http {
|
||||
logout {
|
||||
deleteCookies = "our-custom-cookie"
|
||||
deleteCookies("our-custom-cookie")
|
||||
}
|
||||
}
|
||||
----
|
||||
|
Loading…
x
Reference in New Issue
Block a user