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
you could make a class for error case , and then added and remove it while validation,
so you can have multiple styles for error case password.classList.add = 'error';
or password.classList.remove = 'error'