Merge branch 'v9' into v9_tmp

This commit is contained in:
Joseph Garrone
2023-11-26 14:45:23 +01:00
committed by GitHub
62 changed files with 4562 additions and 885 deletions

View File

@ -1,4 +1,5 @@
import type { LoginThemePageId, ThemeType } from "keycloakify/bin/keycloakify/generateFtl";
import type { LoginThemePageId } from "keycloakify/bin/keycloakify/generateFtl";
import { type ThemeType } from "keycloakify/bin/constants";
import { assert } from "tsafe/assert";
import type { Equals } from "tsafe";
import type { MessageKey } from "../i18n/i18n";