Browse Source

Fix logout code snippet for Kotlin: Corrected deleteCookies syntax

pull/16371/head
mskim 12 months ago committed by Rob Winch
parent
commit
0e3cfd1efb
  1. 2
      docs/modules/ROOT/pages/servlet/authentication/logout.adoc

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

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

Loading…
Cancel
Save