1
0
mirror of https://github.com/bitwarden/server synced 2026-01-28 23:36:12 +00:00

Add pm-28190-cipher-sharing-ops-to-sdk Feature Flag

This commit is contained in:
Nik Gilmore
2026-01-22 16:17:39 -08:00
parent 415821f173
commit 4d66f089ab

View File

@@ -239,6 +239,8 @@ 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 PM28190CipherSharingOpsToSdk = "pm-28190-cipher-sharing-ops-to-sdk";
public const string PhishingDetection = "phishing-detection";
public const string PM22134SdkCipherListView = "pm-22134-sdk-cipher-list-view";
public const string PM22136_SdkCipherEncryption = "pm-22136-sdk-cipher-encryption";