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