mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-03-06 00:15:50 +05:30
PHP error fix
This commit is contained in:
parent
0b1221ac14
commit
2c732a6647
@ -141,7 +141,7 @@ class Authorization
|
|||||||
'invalid_grant' => 400,
|
'invalid_grant' => 400,
|
||||||
'invalid_credentials' => 400,
|
'invalid_credentials' => 400,
|
||||||
'invalid_refresh' => 400,
|
'invalid_refresh' => 400,
|
||||||
);
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get all headers that have to be send with the error response
|
* Get all headers that have to be send with the error response
|
||||||
|
Loading…
x
Reference in New Issue
Block a user