Skip to content

Commit 0e3cfd1

Browse files
intotherealworldrwinch
authored andcommitted
Fix logout code snippet for Kotlin: Corrected deleteCookies syntax
1 parent e67b5f8 commit 0e3cfd1

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/ROOT/pages/servlet/authentication

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authentication/logout.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Kotlin::
226226
----
227227
http {
228228
logout {
229-
deleteCookies = "our-custom-cookie"
229+
deleteCookies("our-custom-cookie")
230230
}
231231
}
232232
----

0 commit comments

Comments
 (0)