import { assert } from "keycloakify/tools/assert"; import { type PageProps } from "keycloakify/login/pages/PageProps"; import type { KcContext } from "../kcContext"; import type { I18n } from "../i18n"; export default function Info(props: PageProps, I18n>) { const { kcContext, i18n, doUseDefaultCss, Template, classes } = props; const { msgStr, msg } = i18n; assert(kcContext.message !== undefined); const { messageHeader, message, requiredActions, skipLink, pageRedirectUri, actionUri, client } = kcContext; return (