mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-26 15:00:19 +05:30
Fix for bad hint
This commit is contained in:
parent
fe0ed765a5
commit
b1cf6a8436
@ -96,7 +96,7 @@ class RefreshTokenGrant extends AbstractGrant
|
||||
{
|
||||
$encryptedRefreshToken = $this->getRequestParameter('refresh_token', $request);
|
||||
if (is_null($encryptedRefreshToken)) {
|
||||
throw OAuthServerException::invalidRequest('refresh_token', '`%s` parameter is missing');
|
||||
throw OAuthServerException::invalidRequest('refresh_token');
|
||||
}
|
||||
|
||||
// Validate refresh token
|
||||
|
Loading…
Reference in New Issue
Block a user