mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
invert ambiguous flag (#12212)
This commit is contained in:
@@ -33,7 +33,7 @@ export class GenerateCommand {
|
||||
includeNumber: normalizedOptions.includeNumber,
|
||||
minNumber: normalizedOptions.minNumber,
|
||||
minSpecial: normalizedOptions.minSpecial,
|
||||
ambiguous: normalizedOptions.ambiguous,
|
||||
ambiguous: !normalizedOptions.ambiguous,
|
||||
};
|
||||
|
||||
const enforcedOptions = (await this.stateService.getIsAuthenticated())
|
||||
|
||||
Reference in New Issue
Block a user