mirror of
https://github.com/bitwarden/browser
synced 2025-01-25 02:35:09 +01:00
invert ambiguous flag (#12212)
This commit is contained in:
parent
9c03cffe30
commit
1e02c00227
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user