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