diff --git a/sp/commands/commands.go b/sp/commands/commands.go index 9be5ef1..efe1ecf 100644 --- a/sp/commands/commands.go +++ b/sp/commands/commands.go @@ -56,7 +56,7 @@ func (set *credentialFlagSet) resetValues() { set.primary = "" set.noNumbers = false set.noSpecials = false - set.length = 0 + set.length = 32 } var checkPromptMode = false