qute-keepassxc: Trigger database unlock when querying credentials

This commit is contained in:
Markus Blöchl 2021-11-27 19:35:24 +01:00
parent 8ac522cf55
commit 885081d4e4
1 changed files with 1 additions and 1 deletions

View File

@ -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):