diff --git a/packages/anastasis-webui/src/pages/home/ChallengeOverviewScreen.tsx b/packages/anastasis-webui/src/pages/home/ChallengeOverviewScreen.tsx
index 69dbce037..7bafbe06a 100644
--- a/packages/anastasis-webui/src/pages/home/ChallengeOverviewScreen.tsx
+++ b/packages/anastasis-webui/src/pages/home/ChallengeOverviewScreen.tsx
@@ -5,7 +5,7 @@ import { useAnastasisContext } from "../../context/anastasis";
import { AnastasisClientFrame } from "./index";
import { authMethods, KnownAuthMethods } from "./authMethod";
-function FeedbackDisplay(props: { feedback?: ChallengeFeedback }) {
+function OverviewFeedbackDisplay(props: { feedback?: ChallengeFeedback }) {
const { feedback } = props;
if (!feedback) {
return null;
@@ -130,7 +130,7 @@ export function ChallengeOverviewScreen(): VNode {
{method?.icon}
{info.instructions}
-
{feedback.message}
+{JSON.stringify(feedback)}+
An sms has been sent to "{challenge.instructions}". Type the code below
-+ An sms has been sent to "{challenge.instructions}". Type the code + below +
+Type the answer to the following question:
-- {challenge.instructions} -+
{challenge.instructions}
instruction for post type challenge "{challenge.instructions}"
++ instruction for post type challenge "{challenge.instructions}" +
An email has been sent to "{challenge.instructions}". Type the code below
++ An email has been sent to "{challenge.instructions}". Type the + code below +
- The challenge selected is not supported for this UI. Please update this version or try using another policy. + The challenge selected is not supported for this UI. Please update this + version or try using another policy.
Challenge type: {props.challenge.type}
@@ -136,9 +224,10 @@ function SolveUnsupportedEntry(props: SolveEntryProps): VNode {
}
function SolveUndefinedEntry(props: SolveEntryProps): VNode {
return (
-
- There is no challenge information for id "{props.id}". Try resetting the recovery session.
+ There is no challenge information for id "{props.id}". Try
+ resetting the recovery session.