qute-keepassxc: Trigger database unlock when querying credentials
This commit is contained in:
parent
8ac522cf55
commit
885081d4e4
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue