Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Jan 20, 2020
1 parent 449f4cd commit f3a94f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ protected function buildRefreshClaims(Payload $payload)
return array_merge(
$this->customClaims,
$persistentClaims,
$payload->get(['sub', 'iat']),
$payload->get(['sub', 'iat'])
);
}

Expand Down

0 comments on commit f3a94f7

Please sign in to comment.