Update version ranges for Multi-Page account theme

This commit is contained in:
Joseph Garrone
2024-10-04 12:58:31 +02:00
parent 4e982ee898
commit 6f416ad335
3 changed files with 12 additions and 6 deletions

View File

@ -52,9 +52,9 @@ export function getKeycloakVersionRangeForJar(params: {
case "0.6":
switch (keycloakThemeAdditionalInfoExtensionVersion) {
case null:
return undefined;
return "26-and-above" as const;
case "1.1.5":
return "25-and-above" as const;
return "25" as const;
}
}
assert<Equals<typeof keycloakAccountV1Version, never>>(false);