Password confirmation field shows error prematurely

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:

  1. Open the registration form

  2. Start typing in the password field

  3. 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.