mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Modify error message
This commit is contained in:
parent
29991bf8ea
commit
b836cf6223
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ kpxcFill.fillFromCombination = async function(elem, passOnly) {
|
|||
? kpxc.combinations.find(c => c.password === elem)
|
||||
: kpxc.combinations.find(c => c.username === elem);
|
||||
if (!combination) {
|
||||
logDebug('Error: No combination found.');
|
||||
logDebug('Error: No username/password field combination found.');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue