1
0
mirror of https://github.com/bitwarden/server synced 2025-12-30 23:23:37 +00:00

remove RemoveCardItemTypePolicy flag (#6760)

This commit is contained in:
Jordan Aasen
2025-12-23 09:12:14 -08:00
committed by GitHub
parent c632a9490a
commit 3486d29330

View File

@@ -244,7 +244,6 @@ public static class FeatureFlagKeys
public const string CipherKeyEncryption = "cipher-key-encryption";
public const string PM19941MigrateCipherDomainToSdk = "pm-19941-migrate-cipher-domain-to-sdk";
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 PM22136_SdkCipherEncryption = "pm-22136-sdk-cipher-encryption";
public const string PM23904_RiskInsightsForPremium = "pm-23904-risk-insights-for-premium";