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