The password confirmation field displays an error immediately when typing in the password field, instead of waiting for user interaction with the confirmation field.
Steps to reproduce:
-
Open the registration form
-
Start typing in the password field
-
Observe the password confirmation error message
Expected result:
The confirmation field should only show validation errors after the user starts typing in it.
Actual result:
Error message appears before any interaction with the confirmation field.
Impact:
Creates confusion and a poor user experience during sign-up.