Fixed typo.

This commit is contained in:
flash 2024-08-25 22:24:03 +00:00
parent 7aa640364e
commit 6a17a53290

View file

@ -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',