Skip to content

Commit

Permalink
Update VatgerConnectProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhollmann committed Jun 22, 2024
1 parent 55b0a1b commit 1a4ced9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/App/Providers/VatgerConnectProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct()
public function getMappedData(AccessToken $accessToken): array
{
$resourceOwner = json_decode(json_encode($this->getResourceOwner($accessToken)->toArray()));
$token_valid = $resourceOwner?->data?->oauth?->token_valid;
$token_valid = true; // idk
return [
'id' => $resourceOwner?->id,
'firstname' => $resourceOwner?->firstname,
Expand Down

0 comments on commit 1a4ced9

Please sign in to comment.