Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
make default auth params accessible by new guzzle client
Browse files Browse the repository at this point in the history
  • Loading branch information
bartek committed Sep 25, 2018
1 parent 6fd8127 commit 12b37fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/ClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function getClient(
];

if ($auth) {
$params['defaults']['auth'] = $auth;
$params['defaults']['auth'] = $params['auth'] = $auth;
}

if ($tenant) {
Expand Down

0 comments on commit 12b37fe

Please sign in to comment.