Added validation to ensure saveFormData is only called after SMS verification:
- Check if SMS code is provided
- Show error message if called without SMS code
- Prevent data from being sent to Redis without verification
This prevents accidental form submission without SMS approval.
Files:
- frontend/src/components/form/StepClaimConfirmation.tsx