accountThemeImplementation
Possible values: "none" | "Single-Page" | "Multi-Page"
This option is set automatically for you when you run the npx keycloakify initialize-account-theme
command. Do not edit the vallue manually!
You might wonder why this option exists when it could be possible to infer it from the source code. The reason is that the available keycloakVersionTargets changes when you implement a Multi-Page account theme and when you don't. We want you to get a type error if the version target you specified are incorrect.
vite.config.ts
Last updated