Skip to content

Commit

Permalink
Update unikernel.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Hannes Mehnert <hannes@mehnert.org>
  • Loading branch information
PizieDust and hannesm authored Nov 4, 2024
1 parent 13a4318 commit 46a61e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unikernel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ struct
String.split_on_char '/'
(String.sub path 23 (String.length path - 23))
with
| [ single_cookie_value; form_csrf ] ->
| [ to_logout_cookie; form_csrf ] ->
authenticate ~form_csrf store reqd
(close_sessions ~to_logout_cookie store reqd)
| _ ->
Expand Down

0 comments on commit 46a61e9

Please sign in to comment.