mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-01 14:47:21 -04:00
Bump libmutton & support new password generation options; bump other dependencies
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ func AddEntry(targetLocation string, hideSecrets bool, entryType uint8) {
|
||||
if entryType == 0 {
|
||||
password = string(inputHidden("Password:"))
|
||||
} else {
|
||||
password = core.StringGen(inputInt("Password length:", -1), inputBinary("Generate a complex (special characters) password?"), 0.2, false)
|
||||
password = inputPasswordGen()
|
||||
}
|
||||
|
||||
totp := string(inputHidden("TOTP secret:"))
|
||||
|
||||
Reference in New Issue
Block a user