1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

remove feature flag (#6395)

This commit is contained in:
Brandon Treston
2025-09-29 13:22:39 -04:00
committed by GitHub
parent e0ccd7f578
commit f1af331a0c

View File

@@ -133,7 +133,6 @@ public static class FeatureFlagKeys
public const string CreateDefaultLocation = "pm-19467-create-default-location";
public const string PM23845_VNextApplicationCache = "pm-24957-refactor-memory-application-cache";
public const string CipherRepositoryBulkResourceCreation = "pm-24951-cipher-repository-bulk-resource-creation-service";
public const string CollectionVaultRefactor = "pm-25030-resolve-ts-upgrade-errors";
/* Auth Team */
public const string TwoFactorExtensionDataPersistence = "pm-9115-two-factor-extension-data-persistence";