- Integrated useFormValidation into features/auth/components/RegisterForm.tsx - Integrated useFormValidation into features/auth/components/LoginForm.tsx - Integrated useFormValidation into components/forms/RegisterForm.tsx - Integrated useFormValidation into components/forms/LoginForm.tsx - All forms now use backend pre-validation with debouncing (300ms) - Backend validation errors displayed alongside client-side errors - Note: Other forms require backend validation types to be added first - Action 5.2.1.4 complete |
||
|---|---|---|
| .. | ||
| FormBuilder.test.tsx | ||
| FormBuilder.tsx | ||
| LoginForm.test.tsx | ||
| LoginForm.tsx | ||
| PasswordStrengthIndicator.test.tsx | ||
| PasswordStrengthIndicator.tsx | ||
| RegisterForm.tsx | ||