mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1714 from keepassxreboot/fix/remove_request_id
Remove request ID for backwards compatibility
This commit is contained in:
commit
e4cc433433
1 changed files with 1 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue