1
0
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:
✨ Audrey ✨ 2024-12-03 09:41:21 -05:00 committed by GitHub
parent 9c03cffe30
commit 1e02c00227
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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())