IA-917: Fix: Real-time password confirmation validation
Problem
The confirm password field in SecurityView had no real-time visual feedback when passwords did not match.
Changes
SecurityView
- Added
errorprop to confirm password field: triggers whenconfirmPassword.length > 0 && confirmPassword !== newPassword - Added
helperTextto display "Les mots de passe ne correspondent pas" in real-time - Removed the warning note about email notification (commented out)