1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-02 08:40:08 +01: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;