diff options
| author | 2023-03-22 06:37:15 +0100 | |
|---|---|---|
| committer | 2023-03-22 06:37:15 +0100 | |
| commit | e5024093973a196edea465a9ede826192b0fb10c (patch) | |
| tree | 45681fe7117b548dda70f2f34a6d1842ee5a013e /src | |
| parent | Fix build (diff) | |
Fix starter prod
Diffstat (limited to 'src')
| -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. |