This commit is contained in:
Joseph Garrone 2024-06-08 03:38:58 +02:00
parent 090ab13208
commit f115c5076c

View File

@ -76,9 +76,8 @@ You'll need to apply theses changes to the `src/main.tsx` file:
return <KcLoginThemeApp kcContext={window.kcContext} />; return <KcLoginThemeApp kcContext={window.kcContext} />;
- case "account": - case "account":
- return <KcAccountThemeApp kcContext={window.kcContext} />; - return <KcAccountThemeApp kcContext={window.kcContext} />;
case undefined:
return <h1>No Keycloak Context</h1>;
} }
return <h1>No Keycloak Context</h1>;
})()} })()}
</Suspense> </Suspense>
</StrictMode> </StrictMode>