fixed selecting password as custom field

This commit is contained in:
antelle 2021-04-29 14:02:42 +02:00
parent 0be60475cf
commit e4fa4cc413
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}