mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Added missing return statement
This commit is contained in:
@@ -209,6 +209,8 @@ class ImplicitGrant extends AbstractAuthorizeGrant
|
|||||||
'#'
|
'#'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
return $response;
|
||||||
}
|
}
|
||||||
|
|
||||||
// The user denied the client, redirect them back with an error
|
// The user denied the client, redirect them back with an error
|
||||||
|
Reference in New Issue
Block a user