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

add feature flag (#6284)

This commit is contained in:
Brandon Treston
2025-09-04 12:23:14 -04:00
committed by GitHub
parent 96fe09af89
commit e456b4ce21

View File

@@ -128,6 +128,7 @@ public static class FeatureFlagKeys
public const string CreateDefaultLocation = "pm-19467-create-default-location";
public const string DirectoryConnectorPreventUserRemoval = "pm-24592-directory-connector-prevent-user-removal";
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";