chore: rm the verify step in onboarding

This commit is contained in:
Nathnael
2026-07-03 11:08:57 +00:00
parent 4e6e614b48
commit 2d71f24937
3 changed files with 1 additions and 213 deletions

View File

@@ -46,7 +46,6 @@ type FormStep =
| "company"
| "personnel"
| "contact"
| "verify"
| "poa"
| "documents"
| "additional";
@@ -54,7 +53,6 @@ const FORM_STEPS: FormStep[] = [
"company",
"personnel",
"contact",
"verify",
"poa",
"documents",
"additional",
@@ -95,11 +93,6 @@ const STEP_META: Record<
title: "Contact Person",
description: "Who should we reach out to about this account?",
},
verify: {
icon: <ShieldCheck size={20} />,
title: "Verify Contact Person",
description: "Confirm the contact phone with a one-time SMS code.",
},
poa: {
icon: <FileText size={20} />,
title: "Power of Attorney",