Add one more setter

This commit is contained in:
varjolintu 2021-06-13 19:41:35 +03:00
parent 67f3604ae4
commit fbc326ebb9

View file

@ -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;
}