fixed selecting password as custom field

pull/1856/head
antelle 2 years ago
parent 0be60475cf
commit e4fa4cc413
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

@ -566,7 +566,7 @@ const ProtocolHandlers = {
throw makeError(Errors.userRejected);
}
let value = entry.fields[field];
let value = entry.getAllFields()[field];
if (value.isProtected) {
value = value.getText();
}

Loading…
Cancel
Save