PasswordGenerator: Increase max length from 64 to 128 (#113)
This commit is contained in:
parent
123fe19ee3
commit
ab682882e9
|
@ -16,7 +16,7 @@
|
|||
value: 12,
|
||||
options: {
|
||||
floor: 5,
|
||||
ceil: 64,
|
||||
ceil: 128,
|
||||
step: 1,
|
||||
hideLimitLabels: true,
|
||||
hidePointerLabels: true,
|
||||
|
|
Loading…
Reference in New Issue