aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar garronej <[email protected]>2023-03-22 06:37:15 +0100
committerGravatar garronej <[email protected]>2023-03-22 06:37:15 +0100
commite5024093973a196edea465a9ede826192b0fb10c (patch)
tree45681fe7117b548dda70f2f34a6d1842ee5a013e /src
parentFix build (diff)
Fix starter prod
Diffstat (limited to 'src')
-rw-r--r--src/App/App.tsx2
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.