Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JWaldecker committed Oct 11, 2016
1 parent be336df commit 3218f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["Proxmox", "API", "KVM", "OpenVZ", "Virtualization"],
"homepage": "https://github.com/LUMASERV/ProxmoxVE",
"license": "MIT",
"version": "v4.0.0",
"version": "v4.0.1",

"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/Proxmox.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public function login()
$response = $this->httpClient->post($loginUrl, [
'verify' => false,
'exceptions' => false,
'body' => [
'form_params' => [
'username' => $this->credentials->getUsername(),
'password' => $this->credentials->getPassword(),
'realm' => $this->credentials->getRealm(),
Expand Down

0 comments on commit 3218f73

Please sign in to comment.