mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 14:36:08 -04:00
comply with codacys suggestion
This commit is contained in:
parent
63617ade72
commit
0fb650c3a6
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue