Skip to content

Commit

Permalink
Merge pull request #105 from ronnievisser/patch-1
Browse files Browse the repository at this point in the history
revert #102
  • Loading branch information
faustbrian authored Sep 20, 2017
2 parents 561fe92 + 38c44ec commit 041f940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth2/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function user()
throw new InvalidStateException();
}

$response = $this->getAccessToken($this->getCode());
$response = $this->getAccessTokenResponse($this->getCode());

$user = $this->mapUserToObject($this->getUserByToken(
$token = $this->parseAccessToken($response)
Expand Down

0 comments on commit 041f940

Please sign in to comment.