Skip to content

IA-917: Fix: Real-time password confirmation validation

khadija.elbachouri a demandé de fusionner feature/IA-917 vers develop

Problem

The confirm password field in SecurityView had no real-time visual feedback when passwords did not match.

Changes

SecurityView

  • Added error prop to confirm password field: triggers when confirmPassword.length > 0 && confirmPassword !== newPassword
  • Added helperText to display "Les mots de passe ne correspondent pas" in real-time
  • Removed the warning note about email notification (commented out)

Rapports de requête de fusion