Skip to content

Commit ebc07ec

Browse files
Merge pull request #1 from patrickkivits/patrickkivits-patch-1
Formatting
2 parents 964ae45 + 3271168 commit ebc07ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/DenyAuthorizationController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function deny(Request $request)
4444
$uri = Arr::first($clientUris);
4545
}
4646

47-
$separator = $authRequest->getGrantTypeId() === 'implicit' ? '#' : (strstr($uri,'?') ? '&' : '?');
47+
$separator = $authRequest->getGrantTypeId() === 'implicit' ? '#' : (strstr($uri, '?') ? '&' : '?');
4848

4949
return $this->response->redirectTo(
5050
$uri.$separator.'error=access_denied&state='.$request->input('state')

0 commit comments

Comments
 (0)