Bump libmutton and support new SSH identity file passphrase entry

This commit is contained in:
2024-12-28 15:13:40 -05:00
parent 0e056822ef
commit 4933da4c37
7 changed files with 19 additions and 14 deletions
+2 -2
View File
@@ -29,11 +29,11 @@ func EditEntryField(targetLocation string, hideSecrets bool, field int) {
// edit the field
switch field {
case 0:
unencryptedEntry[field] = inputHidden("Password:")
unencryptedEntry[field] = string(inputHidden("Password:"))
case 1:
unencryptedEntry[field] = input("Username:")
case 2:
unencryptedEntry[field] = inputHidden("TOTP secret:")
unencryptedEntry[field] = string(inputHidden("TOTP secret:"))
case 3:
unencryptedEntry[field] = input("URL:")
case 4: // edit notes fields