veza/apps/web/src/components/forms
senke 21d5346c45 security: integrate useFormValidation into all RegisterForm and LoginForm components
- 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
2026-01-15 20:13:34 +01:00
..
FormBuilder.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
FormBuilder.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
LoginForm.test.tsx fix(MVP-015): Standardize remember_me field name to snake_case 2025-12-22 23:27:51 +01:00
LoginForm.tsx security: integrate useFormValidation into all RegisterForm and LoginForm components 2026-01-15 20:13:34 +01:00
PasswordStrengthIndicator.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
PasswordStrengthIndicator.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
RegisterForm.tsx security: integrate useFormValidation into all RegisterForm and LoginForm components 2026-01-15 20:13:34 +01:00