From e5024093973a196edea465a9ede826192b0fb10c Mon Sep 17 00:00:00 2001 From: garronej Date: Wed, 22 Mar 2023 06:37:15 +0100 Subject: [PATCH] Fix starter prod --- src/App/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.