Check if label exists

This commit is contained in:
brantje 2016-09-25 23:04:52 +02:00
parent 92cabbb243
commit 46c36c3143

View file

@ -41,7 +41,9 @@ PassmanImporter.clippers.readFile = function (file_data) {
} }
) )
} }
credential_list.push(_credential); if(_credential.label){
credential_list.push(_credential);
}
} }
} }
return credential_list; return credential_list;