You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/devservices/keycloak/src/main/java/io/quarkus/devservices/keycloak/KeycloakDevServicesConfig.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ public interface KeycloakDevServicesConfig {
140
140
booleancreateRealm();
141
141
142
142
/**
143
-
* Specifies whether to create the default client id `quarkus-app` with a secret `secret`and register them
143
+
* Specifies whether to create the default client id `quarkus-app` with a secret `secret`and register them
144
144
* if the {@link #createRealm} property is set to true.
145
145
* For OIDC extension configuration properties `quarkus.oidc.client.id` and `quarkus.oidc.credentials.secret` will
0 commit comments