1
0
mirror of https://github.com/bitwarden/server synced 2025-12-14 15:23:42 +00:00

remove feature flag (#6419)

This commit is contained in:
Jordan Aasen
2025-10-14 16:43:18 -07:00
committed by GitHub
parent 58e9b4aa9c
commit 018ecc05ed

View File

@@ -233,7 +233,6 @@ public static class FeatureFlagKeys
public const string PM8851_BrowserOnboardingNudge = "pm-8851-browser-onboarding-nudge";
public const string PM9111ExtensionPersistAddEditForm = "pm-9111-extension-persist-add-edit-form";
public const string CipherKeyEncryption = "cipher-key-encryption";
public const string DesktopCipherForms = "pm-18520-desktop-cipher-forms";
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";