fix capitalize bug

This commit is contained in:
Kyle Spearrin 2019-07-01 15:17:17 -04:00
parent 3238b81926
commit 10c865b33d
1 changed files with 1 additions and 1 deletions

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;