import React from "react"; import { clsx } from "../tools/clsx"; import type { PageProps } from "../KcProps"; import type { KcContextBase } from "../getKcContext"; import type { I18nBase } from "../i18n"; export default function LogoutConfirm(props: PageProps, I18nBase>) { const { kcContext, i18n, doFetchDefaultThemeResources = true, Template, ...kcProps } = props; const { url, client, logoutConfirm } = kcContext; const { msg, msgStr } = i18n; return (