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:
@@ -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$",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user