summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Blöchl <markus@blochl.de>2021-11-27 19:35:24 +0100
committerMarkus Blöchl <markus@blochl.de>2022-05-21 22:45:27 +0200
commit885081d4e47ac793579f0cc8f72a68d40fccf34a (patch)
tree89f8541f9fa273307ae1452aa5bc2839af5bf539
parent8ac522cf55755fcb43497c279267326cbcb9866d (diff)
downloadqutebrowser-885081d4e47ac793579f0cc8f72a68d40fccf34a.tar.gz
qutebrowser-885081d4e47ac793579f0cc8f72a68d40fccf34a.zip
qute-keepassxc: Trigger database unlock when querying credentials
-rwxr-xr-xmisc/userscripts/qute-keepassxc2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/userscripts/qute-keepassxc b/misc/userscripts/qute-keepassxc
index a128c2c3e..b9c1bfc64 100755
--- a/misc/userscripts/qute-keepassxc
+++ b/misc/userscripts/qute-keepassxc
@@ -160,7 +160,7 @@ class KeepassXC:
action = 'test-associate',
id = self.id,
key = base64.b64encode(self.id_key.public_key.encode()).decode('utf-8')
- ))
+ ), triggerUnlock = 'true')
return self.recv_msg()['success'] == 'true'
def associate(self):