瀏覽代碼

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]]
             );