import type { KcContext } from "keycloakify/kcContext"; import { type PageProps } from "keycloakify/pages/PageProps"; import type { I18nBase as I18n } from "keycloakify/i18n"; export default function LoginIdpLinkEmail(props: PageProps, I18n>) { const { kcContext, i18n, doUseDefaultCss, Template, classes } = props; const { url, realm, brokerContext, idpAlias } = kcContext; const { msg } = i18n; return (