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 { advancedMsgStr, msg } = i18n; const { messageHeader, message, requiredActions, skipLink, pageRedirectUri, actionUri, client } = kcContext; return ( ); }