Fixed typo.
This commit is contained in:
parent
7aa640364e
commit
6a17a53290
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ final class OAuth2RpcActions extends RpcActionHandler {
|
|||
}
|
||||
|
||||
if($tokenInfo->hasExpired())
|
||||
return ['method' => 'bearer', 'error' => 'expires'];
|
||||
return ['method' => 'bearer', 'error' => 'expired'];
|
||||
|
||||
return [
|
||||
'method' => 'bearer',
|
||||
|
|
Loading…
Reference in a new issue