update
This commit is contained in:
parent
05d1a1f8ea
commit
090ab13208
|
@ -27,9 +27,8 @@ createRoot(document.getElementById("root")!).render(
|
|||
return <KcLoginThemeApp kcContext={window.kcContext} />;
|
||||
case "account":
|
||||
return <KcAccountThemeApp kcContext={window.kcContext} />;
|
||||
case undefined:
|
||||
return <h1>No Keycloak Context</h1>;
|
||||
}
|
||||
return <h1>No Keycloak Context</h1>;
|
||||
})()}
|
||||
</Suspense>
|
||||
</StrictMode>
|
||||
|
|
Loading…
Reference in a new issue