mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Add comment
This commit is contained in:
parent
773a32e501
commit
0890e7c28f
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ kpxcFields.getExistingCombination = function(combination) {
|
|||
if (existingCombination.passwordInputs?.length === 0) {
|
||||
existingCombination.passwordInputs = combination.passwordInputs;
|
||||
} else if (combination?.password) {
|
||||
// If password field is found in the current combination, force assign it to the existing combination
|
||||
existingCombination.password = combination.password;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue