Update configs
This commit is contained in:
parent
923bd6c08d
commit
6a658b2f7c
6 changed files with 8 additions and 12 deletions
.local/share/qutebrowser/userscripts
|
@ -204,7 +204,7 @@ class KeepassXC:
|
|||
action = 'request-autotype',
|
||||
uuid = uuid,
|
||||
))
|
||||
return self.recv_msg()['totp']
|
||||
return self.recv_msg()['success']
|
||||
|
||||
def send_raw_msg(self, msg):
|
||||
self.sock.send( json.dumps(msg).encode('utf-8') )
|
||||
|
@ -385,11 +385,6 @@ def main():
|
|||
if not kp:
|
||||
error('Could not connect to KeepassXC')
|
||||
|
||||
#if args.autotype:
|
||||
# qute('mode-enter insert')
|
||||
# kp.autotype(selection['uuid'])
|
||||
# return
|
||||
|
||||
creds = kp.get_logins(args.url)
|
||||
if not creds:
|
||||
error('No credentials found')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue