mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-02 11:40:47 +05:30
commit
9d5775af25
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user