v7 -> v8
Last updated
Was this helpful?
Last updated
Was this helpful?
Remove the public/keycloak-resources
directory.
The it was a performance optimization that is no longer relevant now that we have lazy loading.
kcContext.usernameEditDisabled
is now kcContext.usernameHidden
, the type was lying, it has been updated to reflect what's actually on the kcContext
at runtime. If you want to see in detail what should be updated , or you can search and replace usernameEditDisabled
-> usernameHidden
it'll do the trick.
The usePrepareTemplate
prototype has been changed, you can search and replace:
src/keycloak-theme/login/Template.tsx
by
and
src/keycloak-theme/account/Template.css
by