mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Add one more setter
This commit is contained in:
parent
67f3604ae4
commit
fbc326ebb9
1 changed files with 1 additions and 0 deletions
|
|
@ -898,6 +898,7 @@ kpxc.fillInFromActiveElement = async function(passOnly = false) {
|
|||
return;
|
||||
} else {
|
||||
// Just one credential -> fill the first combination found
|
||||
await sendMessage('page_set_login_id', kpxc.credentials[0].uuid);
|
||||
kpxc.fillInCredentials(combination, kpxc.credentials[0].login, kpxc.credentials[0].uuid, passOnly);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue