This commit is contained in:
Joseph Garrone 2024-06-08 03:37:27 +02:00
parent 05d1a1f8ea
commit 090ab13208

View file

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