Add themeVersion in KcContext type

This commit is contained in:
Joseph Garrone
2023-11-22 18:00:29 +01:00
parent bb007ddce5
commit e1afc1cf7a
4 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import type { KcContext } from "./KcContext";
const PUBLIC_URL = (typeof process !== "object" ? undefined : process.env?.["PUBLIC_URL"]) || "/";
export const kcContextCommonMock: KcContext.Common = {
"themeVersion": "0.0.0",
"keycloakifyVersion": "0.0.0",
"themeType": "account",
"themeName": "my-theme-name",