final fix

This commit is contained in:
Hivert Quentin
2025-06-12 14:43:29 +02:00
parent a039ea38f2
commit a9a2f94876
+1 -1
View File
@@ -291,7 +291,7 @@ size_t curl_body_function(void *ptr, size_t size, size_t nmemb, void *buffer)
NSLog(@"OpenId perform request, myBody %s", myBody);
curl_easy_setopt(curl, CURLOPT_POST, 1);
curl_easy_setopt(curl, CURLOPT_POSTFIELDS, [body bytes]);
curl_easy_setopt(curl, CURLOPT_POSTFIELDS, myBody);
}
//add headers