Skip to content

Commit 6685f38

Browse files
intotherealworldkwondh5217
authored andcommitted
Fix logout code snippet for Kotlin: Corrected deleteCookies syntax
Signed-off-by: Daeho Kwon <[email protected]>
1 parent fc3221d commit 6685f38

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

Lines changed: 1 addition & 1 deletion
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)