summaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/pages/home/ReviewPoliciesScreen.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/anastasis-webui/src/pages/home/ReviewPoliciesScreen.stories.tsx')
-rw-r--r--packages/anastasis-webui/src/pages/home/ReviewPoliciesScreen.stories.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/anastasis-webui/src/pages/home/ReviewPoliciesScreen.stories.tsx b/packages/anastasis-webui/src/pages/home/ReviewPoliciesScreen.stories.tsx
index 5ba0c937d..9f7e26c16 100644
--- a/packages/anastasis-webui/src/pages/home/ReviewPoliciesScreen.stories.tsx
+++ b/packages/anastasis-webui/src/pages/home/ReviewPoliciesScreen.stories.tsx
@@ -233,16 +233,16 @@ export const SomePoliciesWithMethods = createExample(TestedComponent, {
instructions: "Does P equal NP?",
challenge: "C5SP8"
},{
- type: "email",
- instructions: "Email to qwe@asd.com",
+ type: "totp",
+ instructions: "Response code for 'Anastasis'",
challenge: "E5VPA"
}, {
type: "sms",
- instructions: "SMS to 555-555",
+ instructions: "SMS to 6666-6666",
challenge: ""
}, {
type: "question",
- instructions: "Does P equal NP?",
+ instructions: "How did the chicken cross the road?",
challenge: "C5SP8"
}]
} as ReducerState);