Skip to content

Commit

Permalink
Merge pull request #156 from makkus183/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad authored Jul 19, 2021
2 parents 9e0f162 + 8787027 commit d57423d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OAuth2/Provider/GitLab.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ public function getIdentity(AccessTokenInterface $accessToken)
$response = $this->request('GET', 'user', [], $accessToken);

$hydrator = new ArrayHydrator([
'user_id' => 'id',
'id' => 'id',
'name' => 'fullname',
'username' => 'username',
'avatar_url' => 'pictureURL'
]);

Expand Down

0 comments on commit d57423d

Please sign in to comment.