Validate password recovery if email does not exist

I would like to know how do I add a validation if the email does not exist registered in the keycloak.
Currently, any email I add to the password recovery form, or any value such as aaa, bbb, xyz, www@mail.com and etc., the system always returns a success message, and the user does not exist in the keycloak. Is there any way to resolve this so that when the email is not registered it shows a message “Email not found for password recovery”

Console error:

filling with non-existing email in the keycloak
Captura de tela de 2021-02-26 12-00-35

success message even if the user does not exist
Captura de tela de 2021-02-26 12-00-50

Keycloak version: 11.0.2
Java Version: 11

Thanks

hi did you found any solution . I’m facing the same issue here.