found another
This commit is contained in:
parent
3e0ba161ca
commit
df5150c7f2
@ -593,7 +593,7 @@ $(function() {
|
||||
{
|
||||
throw 'password prompt canceled';
|
||||
}
|
||||
if (password.length == 0)
|
||||
if (password.length === 0)
|
||||
{
|
||||
return this.requestPassword();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user