diff options
| -rw-r--r-- | src/App/App.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App/App.tsx b/src/App/App.tsx index 0d9cc38..4f3cccb 100644 --- a/src/App/App.tsx +++ b/src/App/App.tsx @@ -13,7 +13,7 @@ const keycloakRealm = "keycloakify"; const { OidcClientProvider } = createOidcClientProvider({ url: keycloakUrl, realm: keycloakRealm, - clientId: "myclient", + clientId: "starter", //This function will be called just before redirecting, //it should return the current langue. //kcContext.locale.currentLanguageTag will be what this function returned just before redirecting. |