Skip to content

Commit

Permalink
Update SignInWithAppleProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
yigit-serin committed Dec 2, 2020
1 parent a6652fb commit dcccecd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Providers/SignInWithAppleProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ protected function mapUserToObject(array $user)
->map([
"id" => $user["sub"],
"name" => $fullName ?? null,
"firstName" => $user["name"]['firstName'] ?? null,
"lastName" => $user["name"]['lastName'] ?? null,
"email" => $user["email"] ?? null,
]);
}
Expand Down

0 comments on commit dcccecd

Please sign in to comment.