1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 01:23:24 +00:00

align content parameter with ECS labels

This commit is contained in:
✨ Audrey ✨
2025-03-10 15:38:59 -04:00
parent b448dd2255
commit e7752ee4e6
6 changed files with 53 additions and 53 deletions

View File

@@ -80,7 +80,7 @@ export class GeneratorProfileProvider {
accountId: account.id,
profileType: profile.type,
policyType: profile.constraints.type ?? "N/A",
defaultConstraints: profile.constraints.default as object,
defaultConstraints: JSON.stringify(profile.constraints.default),
},
"initializing constraints$",
);