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:
parent
3238b81926
commit
10c865b33d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user