We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e55be commit 63d7aafCopy full SHA for 63d7aaf
2 files changed
aiUtils.go
@@ -151,7 +151,7 @@ func createMemorablePasswordAI() string {
151
commaSeparatedWords = strings.Trim(commaSeparatedWords, "'")
152
153
// Split the string on the comma and space.
154
- separatedWords := strings.Split(commaSeparatedWords, ", ")
+ separatedWords := strings.Split(commaSeparatedWords, ",")
155
156
// FIXME: Create fallback lookups from local dictionary. If these are missing it errors out.
157
noun1 := separatedWords[0]
passwordgen
0 Bytes
0 commit comments