This commit is contained in:
garronej
2023-02-26 14:07:11 +01:00 Unverified
parent 3d0736e72b
commit f750ebaf61
9 changed files with 176 additions and 60 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
// Note that it is no longer recommended to use register.ftl, it's best to use register-user-profile.ftl
// See: https://docs.keycloakify.dev/realtime-input-validation
import { clsx } from "keycloakify/lib/tools/clsx";
import type { PageProps } from "keycloakify";
import type { PageProps } from "keycloakify/lib/KcProps";
import type { KcContext } from "../kcContext";
import type { I18n } from "../i18n";