1
0
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:
Ben Brooks 2017-03-21 22:04:30 +00:00 committed by Kyle Spearrin
parent 123fe19ee3
commit ab682882e9

View File

@ -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,