mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Added missing return statement
This commit is contained in:
parent
6383a58755
commit
115237bc1a
@ -209,6 +209,8 @@ class ImplicitGrant extends AbstractAuthorizeGrant
|
||||
'#'
|
||||
)
|
||||
);
|
||||
|
||||
return $response;
|
||||
}
|
||||
|
||||
// The user denied the client, redirect them back with an error
|
||||
|
Loading…
Reference in New Issue
Block a user