Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aebischer committed Nov 18, 2022
1 parent c21afcc commit 68f6b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/Oidc.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ protected function verifyToken(string $token): ?array
'category' => get_class($this),
]);

return $attribtues;
return $attributes;
}

$this->logger->error('failed verify oauth2 access token via authorization server, received status ['.$code.']', [
Expand Down

0 comments on commit 68f6b14

Please sign in to comment.