Remove the doBuildRetrocompatAccountTheme and the retrocompat_ option in dropdown

This commit is contained in:
Joseph Garrone
2024-01-26 03:39:48 +01:00
parent 482d71743b
commit 7d9130b2af
4 changed files with 8 additions and 45 deletions

View File

@ -3,7 +3,6 @@ export const resources_common = "resources-common";
export const lastKeycloakVersionWithAccountV1 = "21.1.2";
export const themeTypes = ["login", "account"] as const;
export const retrocompatPostfix = "_retrocompat";
export const accountV1 = "account-v1";
export type ThemeType = (typeof themeTypes)[number];