Skip to content

Commit cfe8cea

Browse files
committed
no message
1 parent 4b97a1c commit cfe8cea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DirectAuthenticate.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ public function authenticate()
5757
'Content-Type' => 'application/x-www-form-urlencoded',
5858
'Accept' => 'application/json',
5959
],
60-
'query' => $params
60+
'query' => $params,
61+
'form_params' => $params,
6162
]);
6263

6364
// 'headers' => [

0 commit comments

Comments
 (0)