Skip to content

Commit

Permalink
Fix Keycloak DevService property doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Nov 8, 2024
1 parent 5d09f38 commit bfb59fc
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 bfb59fc

Please sign in to comment.