1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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
@@ -226,7 +226,7 @@ Kotlin::
----
http {
logout {
deleteCookies = "our-custom-cookie"
deleteCookies("our-custom-cookie")
}
}
----