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 = ' ';
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user