mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-08 05:04:04 +08:00
Check if label exists
This commit is contained in:
parent
92cabbb243
commit
46c36c3143
1 changed files with 3 additions and 1 deletions
|
|
@ -41,7 +41,9 @@ PassmanImporter.clippers.readFile = function (file_data) {
|
|||
}
|
||||
)
|
||||
}
|
||||
credential_list.push(_credential);
|
||||
if(_credential.label){
|
||||
credential_list.push(_credential);
|
||||
}
|
||||
}
|
||||
}
|
||||
return credential_list;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue