diff --git a/js/importers/importer-passmanjson.js b/js/importers/importer-passmanjson.js index b4c5c6d9..44b0a7cd 100644 --- a/js/importers/importer-passmanjson.js +++ b/js/importers/importer-passmanjson.js @@ -24,6 +24,7 @@ PassmanImporter.passmanJson.readFile = function (file_data) { _credential.email = item.email; _credential.url = item.url; _credential.tags = item.tags; + _credential.description = item.description; //Check for custom fields if (item.hasOwnProperty('customFields')) { //Check for otp