Explorar o código

fix login request

Olivier Massot %!s(int64=4) %!d(string=hai) anos
pai
achega
6ffeb1b1f5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      ot_connect/Classes/Service/OtAuthenticationService.php

+ 1 - 0
ot_connect/Classes/Service/OtAuthenticationService.php

@@ -218,6 +218,7 @@ class OtAuthenticationService extends AbstractAuthenticationService
             $response = $this->apiService->request(
                 'POST',
                 self::LOGIN_URI,
+                [],
                 ['form_params' => ['_username' => $username, '_password' => $password]]
             );