Skip to content

Commit

Permalink
Merge pull request #44398 from sberyozkin/keycloak_devservice_prop_do…
Browse files Browse the repository at this point in the history
…c_typo

Fix Keycloak DevService property doc typo
  • Loading branch information
gastaldi authored Nov 9, 2024
2 parents 81d5343 + bfb59fc commit 4221467
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public interface KeycloakDevServicesConfig {
boolean createRealm();

/**
* Specifies whether to create the default client id `quarkus-app` with a secret `secret`and register them
* Specifies whether to create the default client id `quarkus-app` with a secret `secret` and register them
* if the {@link #createRealm} property is set to true.
* For OIDC extension configuration properties `quarkus.oidc.client.id` and `quarkus.oidc.credentials.secret` will
* be configured.
Expand Down

0 comments on commit 4221467

Please sign in to comment.