mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
@@ -140,7 +140,7 @@ $router->post('/signin', function (Request $request) use ($server) {
|
|||||||
|
|
||||||
$error = new \League\OAuth2\Server\Util\AccessDeniedException;
|
$error = new \League\OAuth2\Server\Util\AccessDeniedException;
|
||||||
|
|
||||||
$redirectUri = new \League\OAuth2\Server\Util\RedirectUri(
|
$redirectUri = \League\OAuth2\Server\Util\RedirectUri::make(
|
||||||
$authParams['redirect_uri'],
|
$authParams['redirect_uri'],
|
||||||
[
|
[
|
||||||
'error' => $error->errorType,
|
'error' => $error->errorType,
|
||||||
|
Reference in New Issue
Block a user