Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Jul 15, 2024
1 parent 3e6126c commit ae1e9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Authentication/AuthenticateRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private function handleAccessToken(
}

$config = $this->container->get(Config::class);
$jwtUrl = $config->get('keycloack.enabled') ? $config->get('jwt.domain') : null;
$jwtUrl = $config->get('keycloak.enabled') ? $config->get('jwt.domain') : null;
if (!$token->isAllowedOnSearchApi($jwtUrl)) {
return (new NotAllowedToUseSapi())->toResponse();
}
Expand Down

0 comments on commit ae1e9dd

Please sign in to comment.