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