I am seeing an issue on classic login
if you press enter on the password the password becomes visibile, it seems that the eye button gets focused when pressing enter which makes the password visible while its submitting,
I reproed this locally and it can be reproed in your demo site
https://keenthemes.com/metronic/tailwind/demo1/authentication/classic/sign-in?user_password=asda#
Hi,
Thank you for your valuable feedback.
Quick fix:
Please try to add type="button"
to the password toggle icon button to avoid the form submit event passing from the input enter event.
We will fix it in the next update.
Regards.