Fix starter prod

This commit is contained in:
garronej 2023-03-22 06:37:15 +01:00
parent cb5844c623
commit e502409397

View file

@ -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.