1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

fix capitalize bug

This commit is contained in:
Kyle Spearrin
2019-07-01 15:17:17 -04:00
parent 3238b81926
commit 10c865b33d

View File

@@ -173,7 +173,7 @@ export class PasswordGenerationService implements PasswordGenerationServiceAbstr
o.wordSeparator = ' ';
}
if (o.capitalize == null) {
o.addCommonRequirements = false;
o.capitalize = false;
}
if (o.includeNumber == null) {
o.includeNumber = false;