comply with codacys suggestion

This commit is contained in:
El RIDO 2017-03-13 21:15:52 +01:00
parent 63617ade72
commit 0fb650c3a6
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
3 changed files with 3 additions and 3 deletions

View file

@ -3610,7 +3610,7 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
password = Prompt.getPassword();
// if password is there, re-try
if (password.length == 0) {
if (password.length === 0) {
password = Prompt.requestPassword();
}
// recursive