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:
authorvarjolintu <sami.vanttinen@protonmail.com>2022-09-08 09:23:52 +0300
committervarjolintu <sami.vanttinen@protonmail.com>2022-09-08 09:23:52 +0300
commit0c98033b6f091f1c721effe0cd6547724f394bc1 (patch)
tree016a1305fce2834a9699507d6ad1a37ade9ba45c
parent5f40d24df1c5ee7bdcc68c91bd2a43e9b1774f01 (diff)
Remove request ID for backwards compatibility
-rwxr-xr-xkeepassxc-browser/background/keepass.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/keepassxc-browser/background/keepass.js b/keepassxc-browser/background/keepass.js
index 140d4b9..ec3c257 100755
--- a/keepassxc-browser/background/keepass.js
+++ b/keepassxc-browser/background/keepass.js
@@ -137,8 +137,7 @@ keepass.retrieveCredentials = async function(tab, args = []) {
action: kpAction,
id: dbid,
url: url,
- keys: keys,
- requestID: keepassClient.getRequestId()
+ keys: keys
};
if (submiturl) {