objective categorical abstract machine language personal data server
65
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't validate csrf token on account switch request

futurGH eb87da05 c43ec295

+1 -1
+1 -1
pegasus/lib/api/account_/login.ml
··· 17 17 18 18 let switch_account_handler = 19 19 Xrpc.handler (fun ctx -> 20 - match%lwt Dream.form ctx.req with 20 + match%lwt Dream.form ~csrf:false ctx.req with 21 21 | `Ok fields -> ( 22 22 let did = List.assoc_opt "did" fields in 23 23 match did with