Skip to content

Commit

Permalink
copy & paste fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eluhr committed Feb 9, 2024
1 parent 888bc4c commit a6e2492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/User/AuthClient/Keycloak.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* 'authClientCollection' => [
* 'class' => 'yii\authclient\Collection',
* 'clients' => [
* 'github' => [
* 'keycloak' => [
* 'class' => 'yii\authclient\clients\Keycloak',
* 'clientId' => 'keycloak_client_id',
* 'clientSecret' => 'keycloak_client_secret',
Expand Down

0 comments on commit a6e2492

Please sign in to comment.