Fix logout code snippet for Kotlin: Corrected deleteCookies syntax

This commit is contained in:
mskim 2024-12-25 23:34:29 +09:00 committed by Rob Winch
parent e67b5f8356
commit 0e3cfd1efb

View File

@ -226,7 +226,7 @@ Kotlin::
----
http {
logout {
deleteCookies = "our-custom-cookie"
deleteCookies("our-custom-cookie")
}
}
----