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