diff --git a/src/popup/app/tools/toolsPasswordGeneratorController.js b/src/popup/app/tools/toolsPasswordGeneratorController.js index 6b13c2588c9..fcaa452b895 100644 --- a/src/popup/app/tools/toolsPasswordGeneratorController.js +++ b/src/popup/app/tools/toolsPasswordGeneratorController.js @@ -16,7 +16,7 @@ value: 12, options: { floor: 5, - ceil: 64, + ceil: 128, step: 1, hideLimitLabels: true, hidePointerLabels: true,