Fix build error

This commit is contained in:
garronej
2023-03-20 00:59:53 +01:00
parent a3fd376b24
commit d4e1dabe12

View File

@ -1,4 +1,4 @@
import type { PageId } from "keycloakify/bin/keycloakify/generateFtl"; import type { LoginThemePageId } from "keycloakify/bin/keycloakify/generateFtl";
import { assert } from "tsafe/assert"; import { assert } from "tsafe/assert";
import type { Equals } from "tsafe"; import type { Equals } from "tsafe";
import type { MessageKey } from "../i18n/i18n"; import type { MessageKey } from "../i18n/i18n";
@ -496,4 +496,4 @@ export declare namespace Validators {
}; };
} }
assert<Equals<KcContext["pageId"], PageId>>(); assert<Equals<KcContext["pageId"], LoginThemePageId>>();