mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-23 20:13:29 +05:30
Fix return code
This commit is contained in:
parent
a157b203ad
commit
baf15236e9
@ -57,7 +57,7 @@ $router->get('/oauth', function (Request $request) use ($server) {
|
||||
|
||||
// Everything is okay, save $authParams to the a session and redirect the user to sign-in
|
||||
|
||||
return = new Response('', 302, [
|
||||
return new Response('', 302, [
|
||||
'Location' => '/signin'
|
||||
]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user