소스 검색

fix login request

Olivier Massot 4 년 전
부모
커밋
6ffeb1b1f5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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]]
             );