import React from "react"; import type { KcContextBase } from "../kcContext"; import type { PageProps } from "../KcProps"; import type { I18nBase } from "../i18n"; export default function LoginIdpLinkEmail(props: PageProps, I18nBase>) { const { kcContext, i18n, doFetchDefaultThemeResources = true, Template, ...kcProps } = props; const { url, realm, brokerContext, idpAlias } = kcContext; const { msg } = i18n; return (