Fix filling from username icon

This commit is contained in:
varjolintu 2020-09-03 08:26:32 +03:00
parent 591272fd7a
commit 331c09d0dd

View file

@ -780,6 +780,7 @@ kpxc.fillFromTOTP = async function(target) {
// Fill requested from username icon
kpxc.fillFromUsernameIcon = async function(combination) {
await kpxc.receiveCredentialsIfNecessary();
if (kpxc.credentials.length === 0) {
return;
} else if (kpxc.credentials.length > 1) {