Fix starter prod
This commit is contained in:
parent
cb5844c623
commit
e502409397
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue