mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #498 from keepassxreboot/rename_sf_variables
Rename custom field variables
This commit is contained in:
commit
03020bb58d
1 changed files with 2 additions and 2 deletions
|
|
@ -538,8 +538,8 @@ kpxcFields.prepareCombinations = function(combinations) {
|
|||
|
||||
kpxcFields.useDefinedCredentialFields = function() {
|
||||
const location = kpxc.getDocumentLocation();
|
||||
if (kpxc.settings['defined-credential-fields'] && kpxc.settings['defined-credential-fields'][location]) {
|
||||
const creds = kpxc.settings['defined-credential-fields'][location];
|
||||
if (kpxc.settings['defined-custom-fields'] && kpxc.settings['defined-custom-fields'][location]) {
|
||||
const creds = kpxc.settings['defined-custom-fields'][location];
|
||||
|
||||
let found = _f(creds.username) || _f(creds.password);
|
||||
for (const i of creds.fields) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue