import { h, VNode } from "preact"; import { useAnastasisContext } from "../../context/anastasis"; import { AnastasisClientFrame } from "./index"; export function ChallengePayingScreen(): VNode { const reducer = useAnastasisContext() if (!reducer) { return
Some of the providers require a payment to store the encrypted authentication information.