Update
This commit is contained in:
parent
090ab13208
commit
f115c5076c
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user