mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-06 05:24:13 -04:00
parent
d2da13da20
commit
b8564d5c24
3 changed files with 8 additions and 0 deletions
|
@ -102,6 +102,9 @@ namespace
|
|||
entry->setPassword(fieldMap.value("value").toString());
|
||||
}
|
||||
}
|
||||
if (entry->password().isEmpty() && detailsMap.contains("password")) {
|
||||
entry->setPassword(detailsMap.value("password").toString());
|
||||
}
|
||||
entry->setNotes(detailsMap.value("notesPlain").toString());
|
||||
|
||||
// Dive into the item sections to pull out advanced attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue