fix capitalize bug
This commit is contained in:
parent
3238b81926
commit
10c865b33d
|
@ -173,7 +173,7 @@ export class PasswordGenerationService implements PasswordGenerationServiceAbstr
|
||||||
o.wordSeparator = ' ';
|
o.wordSeparator = ' ';
|
||||||
}
|
}
|
||||||
if (o.capitalize == null) {
|
if (o.capitalize == null) {
|
||||||
o.addCommonRequirements = false;
|
o.capitalize = false;
|
||||||
}
|
}
|
||||||
if (o.includeNumber == null) {
|
if (o.includeNumber == null) {
|
||||||
o.includeNumber = false;
|
o.includeNumber = false;
|
||||||
|
|
Loading…
Reference in New Issue