Build retrocompatible account theme

This commit is contained in:
garronej
2023-09-04 02:16:55 +02:00
parent cd8548fc32
commit 28288a8f7b
6 changed files with 46 additions and 15 deletions

View File

@ -3,5 +3,7 @@ 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];