TidyLinker.com
TypeScript
Pull Request Opened
PR #115 opened: fix: add company name field to onboarding step 1
Summary
- Company users now see a "Your Company" heading and company name field at the top of onboarding step 1
- Step counter shows "Step 1 of 4" for companies (they skip verification)
- Helper text adapted for company context throughout
What was missing
The backend was wired up (controller passes isCompany, request validates company_name, action saves it) but the StepOne.tsx component never rendered the company name input field.
Test plan
- 36 related tests pass
- Build passes
- QA: register as company on dev, verify company name field appears on step 1
+65
additions
-8
deletions
1
files changed