mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Line length fix
This commit is contained in:
@@ -361,8 +361,7 @@ class Server
|
|||||||
*
|
*
|
||||||
* @return array Authorise request parameters
|
* @return array Authorise request parameters
|
||||||
*/
|
*/
|
||||||
private function completeAuthCodeGrant($authParams = array(), $params =
|
private function completeAuthCodeGrant($authParams = array(), $params = array())
|
||||||
array())
|
|
||||||
{
|
{
|
||||||
// Client ID
|
// Client ID
|
||||||
if ( ! isset($authParams['client_id']) && ! isset($_POST['client_id'])) {
|
if ( ! isset($authParams['client_id']) && ! isset($_POST['client_id'])) {
|
||||||
|
Reference in New Issue
Block a user