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