Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'keepassxc-browser/background/keepass.js')
-rwxr-xr-xkeepassxc-browser/background/keepass.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/keepassxc-browser/background/keepass.js b/keepassxc-browser/background/keepass.js
index ec3c257..140d4b9 100755
--- a/keepassxc-browser/background/keepass.js
+++ b/keepassxc-browser/background/keepass.js
@@ -137,7 +137,8 @@ keepass.retrieveCredentials = async function(tab, args = []) {
action: kpAction,
id: dbid,
url: url,
- keys: keys
+ keys: keys,
+ requestID: keepassClient.getRequestId()
};
if (submiturl) {