Update configs

This commit is contained in:
Tobias Reisinger 2024-01-04 02:47:23 +01:00
parent 923bd6c08d
commit 6a658b2f7c
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 8 additions and 12 deletions
.local/share/qutebrowser/userscripts

View file

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