mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-17 15:37:57 +01:00
PasswordGenerator: Increase max length from 64 to 128 (#113)
This commit is contained in:
parent
123fe19ee3
commit
ab682882e9
@ -16,7 +16,7 @@
|
|||||||
value: 12,
|
value: 12,
|
||||||
options: {
|
options: {
|
||||||
floor: 5,
|
floor: 5,
|
||||||
ceil: 64,
|
ceil: 128,
|
||||||
step: 1,
|
step: 1,
|
||||||
hideLimitLabels: true,
|
hideLimitLabels: true,
|
||||||
hidePointerLabels: true,
|
hidePointerLabels: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user