Files
aiform_prod/frontend
AI Assistant 9c159eda21 fix: Add protection to prevent saveFormData without SMS code
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
2025-11-25 14:34:44 +03:00
..