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
letvalues=newSet(this.passwordTargets.map(el=>el.value));// Create a unique set of the password values
25
27
returnvalues.has("")||values.size==1;// If any of the passwords are still blank, or there is only one distinct password value (i.e. they all are the same)
0 commit comments