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({ const { OidcClientProvider } = createOidcClientProvider({
url: keycloakUrl, url: keycloakUrl,
realm: keycloakRealm, realm: keycloakRealm,
clientId: "myclient", clientId: "starter",
//This function will be called just before redirecting, //This function will be called just before redirecting,
//it should return the current langue. //it should return the current langue.
//kcContext.locale.currentLanguageTag will be what this function returned just before redirecting. //kcContext.locale.currentLanguageTag will be what this function returned just before redirecting.