Fix login when only one entry is available
This commit is contained in:
parent
948866f4f2
commit
a1776087e0
@ -224,6 +224,7 @@ def run(args):
|
||||
return ExitCodes.USER_QUIT
|
||||
|
||||
selection = candidates_map[selection]
|
||||
|
||||
username, password = candidate_to_secret(selection)
|
||||
|
||||
insert_mode = ';; enter-mode insert' if args.insert_mode else ''
|
||||
|
Loading…
Reference in New Issue
Block a user