Address #1729: Min password length
This commit is contained in:
parent
78953fd9b5
commit
950bcd0f6d
|
@ -27,7 +27,7 @@ type
|
||||||
mnemonic*: Mnemonic
|
mnemonic*: Mnemonic
|
||||||
|
|
||||||
const
|
const
|
||||||
minPasswordLen = 10
|
minPasswordLen = 12
|
||||||
|
|
||||||
mostCommonPasswords = wordListArray(
|
mostCommonPasswords = wordListArray(
|
||||||
currentSourcePath.parentDir /
|
currentSourcePath.parentDir /
|
||||||
|
|
Loading…
Reference in New Issue