mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[PM-10107] evaluate the override password type policy (#10277)
This commit is contained in:
@@ -69,7 +69,7 @@ describe("DefaultGeneratorNavigationService", () => {
|
||||
organizationId: "" as any,
|
||||
enabled: true,
|
||||
type: PolicyType.PasswordGenerator,
|
||||
data: { defaultType: "password" },
|
||||
data: { overridePasswordType: "password" },
|
||||
}),
|
||||
]);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user