mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
fix capitalize bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user