Fix logout code snippet for Kotlin: Corrected deleteCookies syntax
This commit is contained in:
@@ -226,7 +226,7 @@ Kotlin::
|
||||
----
|
||||
http {
|
||||
logout {
|
||||
deleteCookies = "our-custom-cookie"
|
||||
deleteCookies("our-custom-cookie")
|
||||
}
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user