mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
PHP error fix
This commit is contained in:
@@ -141,7 +141,7 @@ class Authorization
|
||||
'invalid_grant' => 400,
|
||||
'invalid_credentials' => 400,
|
||||
'invalid_refresh' => 400,
|
||||
);
|
||||
];
|
||||
|
||||
/**
|
||||
* Get all headers that have to be send with the error response
|
||||
|
Reference in New Issue
Block a user