···1718let switch_account_handler =
19 Xrpc.handler (fun ctx ->
20- match%lwt Dream.form ctx.req with
21 | `Ok fields -> (
22 let did = List.assoc_opt "did" fields in
23 match did with
···1718let switch_account_handler =
19 Xrpc.handler (fun ctx ->
20+ match%lwt Dream.form ~csrf:false ctx.req with
21 | `Ok fields -> (
22 let did = List.assoc_opt "did" fields in
23 match did with