mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 07:12:32 +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 {
|
http {
|
||||||
logout {
|
logout {
|
||||||
deleteCookies = "our-custom-cookie"
|
deleteCookies("our-custom-cookie")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user