diff options
author | 2024-06-08 03:38:58 +0200 | |
---|---|---|
committer | 2024-06-08 03:38:58 +0200 | |
commit | f115c5076c28db8c80bbf3e47a0172abe4afacaf (patch) | |
tree | e010c265b006fa7b6971ce9423f940109d8148e6 | |
parent | update (diff) |
Update
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -76,9 +76,8 @@ You'll need to apply theses changes to the `src/main.tsx` file: 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> |