Selaa lähdekoodia

fix login request

Olivier Massot 4 vuotta sitten
vanhempi
commit
6ffeb1b1f5
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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]]
             );