diff --git a/app/scripts/views/import-csv-view.js b/app/scripts/views/import-csv-view.js index c46209c1..0387a689 100644 --- a/app/scripts/views/import-csv-view.js +++ b/app/scripts/views/import-csv-view.js @@ -162,7 +162,7 @@ class ImportCsvView extends View { if (mapping.type === 'ignore' || !mapping.field) { continue; } - if (mapping.field === 'password') { + if (mapping.field === 'Password') { value = kdbxweb.ProtectedValue.fromString(value); } newEntry.setField(mapping.field, value); diff --git a/release-notes.md b/release-notes.md index c02bd27c..60d44c83 100644 --- a/release-notes.md +++ b/release-notes.md @@ -10,6 +10,7 @@ Release notes `-` fix #1208: webdav credentials corruption `*` fix #1348: fixed password generation entropy `-` fix #1385: fixed a file watcher error on network locations +`-` fix #1391: passwords imported from CSV were not hidden ##### v1.12.3 (2019-11-06) `-` fix #1335: removed the menubar on Windows and Linux