You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
password.addEventListener("input", function (event) {
if (password.validity.patternMismatch) {
password.setCustomValidity("- Minimum eight characters,\n- at least one uppercase letter\n- one lowercase letter\n- one number\n- one special character");