mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Remove automatic username field add
This commit is contained in:
parent
94e52558fe
commit
a0bcf3c78c
1 changed files with 0 additions and 9 deletions
|
|
@ -894,15 +894,6 @@ cipFields.getAllCombinations = function(inputs) {
|
|||
}
|
||||
}
|
||||
|
||||
// If only username field found, add it to the array
|
||||
if (fields.length === 0 && uField) {
|
||||
const combination = {
|
||||
username: uField[0].getAttribute('data-cip-id'),
|
||||
password: null
|
||||
};
|
||||
fields.push(combination);
|
||||
}
|
||||
|
||||
return fields;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue