mirror of https://github.com/keeweb/keeweb
fixed selecting password as custom field
This commit is contained in:
parent
0be60475cf
commit
e4fa4cc413
|
@ -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…
Reference in New Issue