aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joseph Garrone <[email protected]>2024-06-08 03:38:58 +0200
committerGravatar Joseph Garrone <[email protected]>2024-06-08 03:38:58 +0200
commitf115c5076c28db8c80bbf3e47a0172abe4afacaf (patch)
treee010c265b006fa7b6971ce9423f940109d8148e6
parentupdate (diff)
Update
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 94f7ea9..a95bc73 100644
--- a/README.md
+++ b/README.md
@@ -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>