mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #990 from keepassxreboot/fix/username_icon_nonauto
Fix filling from username icon
This commit is contained in:
commit
ff8915beaf
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue