[PM-20206][PM-22372] - remove end user notifications feature flags (#6642)

* remove end user notifications feature flag

* remove end user notifications feature flag
This commit is contained in:
Jordan Aasen 2025-12-05 12:00:51 -08:00 committed by GitHub
parent b18506a0c1
commit 3ff59021ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -243,11 +243,9 @@ public static class FeatureFlagKeys
/* Vault Team */
public const string CipherKeyEncryption = "cipher-key-encryption";
public const string PM19941MigrateCipherDomainToSdk = "pm-19941-migrate-cipher-domain-to-sdk";
public const string EndUserNotifications = "pm-10609-end-user-notifications";
public const string PhishingDetection = "phishing-detection";
public const string RemoveCardItemTypePolicy = "pm-16442-remove-card-item-type-policy";
public const string PM22134SdkCipherListView = "pm-22134-sdk-cipher-list-view";
public const string PM19315EndUserActivationMvp = "pm-19315-end-user-activation-mvp";
public const string PM22136_SdkCipherEncryption = "pm-22136-sdk-cipher-encryption";
public const string PM23904_RiskInsightsForPremium = "pm-23904-risk-insights-for-premium";
public const string PM25083_AutofillConfirmFromSearch = "pm-25083-autofill-confirm-from-search";