comply with codacys suggestion

This commit is contained in:
El RIDO
2017-03-13 21:15:52 +01:00
parent 63617ade72
commit 0fb650c3a6
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