import React from "react"; import {assert} from "keycloakify/lib/tools/assert"; import type {PageProps} from "keycloakify"; import type {KcContext} from "../kcContext"; import type {I18n} from "../i18n"; export default function Info(props: PageProps, I18n>) { const {kcContext, i18n, doFetchDefaultThemeResources = true, Template, ...kcProps} = props; const {msgStr, msg} = i18n; assert(kcContext.message !== undefined); const {messageHeader, message, requiredActions, skipLink, pageRedirectUri, actionUri, client} = kcContext; return (