1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-10-01 04:27:40 +02: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,
options: {
floor: 5,
ceil: 64,
ceil: 128,
step: 1,
hideLimitLabels: true,
hidePointerLabels: true,