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
After the password input has been converted to text, there is no
input matching type=password. However, the JS assumed there is which
resuled in a TypeError due to a null result when it looked for the
input. This fixes the problem by selecting by class instead.
0 commit comments