Skip to content

Commit

Permalink
Use proper key name
Browse files Browse the repository at this point in the history
This key name was incorrectly changed in #346
  • Loading branch information
driesvints committed Mar 15, 2019
1 parent 1d470d9 commit 5ec0024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Two/GoogleProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ protected function mapUserToObject(array $user)
'name' => Arr::get($user, 'name'),
'email' => Arr::get($user, 'email'),
'avatar' => $avatarUrl = Arr::get($user, 'picture'),
'original_avatar' => $avatarUrl,
'avatar_original' => $avatarUrl,
]);
}
}

0 comments on commit 5ec0024

Please sign in to comment.