mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Add same messages to context menu fill
This commit is contained in:
parent
df654520ce
commit
585a427723
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ kpxcFill.fillAttributeToActiveElementWith = async function(attr) {
|
|||
kpxcFill.fillInFromActiveElement = async function(passOnly = false) {
|
||||
await kpxc.receiveCredentialsIfNecessary();
|
||||
if (kpxc.credentials.length === 0) {
|
||||
logDebug('Error: Credential list is empty.');
|
||||
logDebug(`Error: Credential list is empty for: ${document.location.origin}`);
|
||||
kpxcUI.createNotification('error', `${tr('credentialsNoLoginsFound')} ${document.location.origin}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue