Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Sep 23, 2023
1 parent d33ba47 commit 1e17488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/Authentication/JWTAuthentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ protected function getUserEntity(string $username, string $password): ?User
protected function getUserData(User $user, Token $token): array
{
return [
'token_expire' => $token->expire_at->getTimestamp()
'refresh_token_expire' => $token->expire_at->getTimestamp()
];
}
}

0 comments on commit 1e17488

Please sign in to comment.