mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
PM-25870 feature flag for Activity tab on Risk Insights (#16447)
This commit is contained in:
@@ -41,6 +41,7 @@ export enum FeatureFlag {
|
|||||||
|
|
||||||
/* DIRT */
|
/* DIRT */
|
||||||
EventBasedOrganizationIntegrations = "event-based-organization-integrations",
|
EventBasedOrganizationIntegrations = "event-based-organization-integrations",
|
||||||
|
PM22887_RiskInsightsActivityTab = "pm-22887-risk-insights-activity-tab",
|
||||||
|
|
||||||
/* Vault */
|
/* Vault */
|
||||||
PM19941MigrateCipherDomainToSdk = "pm-19941-migrate-cipher-domain-to-sdk",
|
PM19941MigrateCipherDomainToSdk = "pm-19941-migrate-cipher-domain-to-sdk",
|
||||||
@@ -84,6 +85,7 @@ export const DefaultFeatureFlagValue = {
|
|||||||
|
|
||||||
/* DIRT */
|
/* DIRT */
|
||||||
[FeatureFlag.EventBasedOrganizationIntegrations]: FALSE,
|
[FeatureFlag.EventBasedOrganizationIntegrations]: FALSE,
|
||||||
|
[FeatureFlag.PM22887_RiskInsightsActivityTab]: FALSE,
|
||||||
|
|
||||||
/* Vault */
|
/* Vault */
|
||||||
[FeatureFlag.CipherKeyEncryption]: FALSE,
|
[FeatureFlag.CipherKeyEncryption]: FALSE,
|
||||||
|
|||||||
Reference in New Issue
Block a user