1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 07:43:54 +00:00

Removing the unused ciritcal and notification feature flags for dirt (#6068)

This commit is contained in:
Tom
2025-07-22 13:58:26 -04:00
committed by GitHub
parent 04031a94c2
commit 6278fe7bc5

View File

@@ -158,10 +158,6 @@ public static class FeatureFlagKeys
public const string PM21383_GetProviderPriceFromStripe = "pm-21383-get-provider-price-from-stripe";
public const string PM21881_ManagePaymentDetailsOutsideCheckout = "pm-21881-manage-payment-details-outside-checkout";
/* Data Insights and Reporting Team */
public const string RiskInsightsCriticalApplication = "pm-14466-risk-insights-critical-application";
public const string EnableRiskInsightsNotifications = "enable-risk-insights-notifications";
/* Key Management Team */
public const string ReturnErrorOnExistingKeypair = "return-error-on-existing-keypair";
public const string PM4154BulkEncryptionService = "PM-4154-bulk-encryption-service";