mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
check for empty name on SIC importer
This commit is contained in:
@@ -844,6 +844,10 @@
|
||||
fields: null
|
||||
};
|
||||
|
||||
if (!cipher.name || cipher.name === '') {
|
||||
cipher.name = '--';
|
||||
}
|
||||
|
||||
if (card.attr('type') === 'note') {
|
||||
cipher.type = constants.cipherType.secureNote;
|
||||
cipher.secureNote = {
|
||||
|
||||
Reference in New Issue
Block a user