We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 964ae45 + 3271168 commit ebc07ecCopy full SHA for ebc07ec
src/Http/Controllers/DenyAuthorizationController.php
@@ -44,7 +44,7 @@ public function deny(Request $request)
44
$uri = Arr::first($clientUris);
45
}
46
47
- $separator = $authRequest->getGrantTypeId() === 'implicit' ? '#' : (strstr($uri,'?') ? '&' : '?');
+ $separator = $authRequest->getGrantTypeId() === 'implicit' ? '#' : (strstr($uri, '?') ? '&' : '?');
48
49
return $this->response->redirectTo(
50
$uri.$separator.'error=access_denied&state='.$request->input('state')
0 commit comments