1
0
mirror of https://github.com/bitwarden/server synced 2026-01-29 07:43:22 +00:00

Add NotificationUndeterminedCipherScenarioLogic feature flag (#6884)

* Add NotificationUndeterminedCipherScenarioLogic feature flag

* Remove whitespace
This commit is contained in:
Robyn MacCallum
2026-01-23 09:05:58 -05:00
committed by GitHub
parent b360d6a00a
commit 867e61694b

View File

@@ -174,6 +174,7 @@ public static class FeatureFlagKeys
public const string MacOsNativeCredentialSync = "macos-native-credential-sync";
public const string WindowsDesktopAutotype = "windows-desktop-autotype";
public const string WindowsDesktopAutotypeGA = "windows-desktop-autotype-ga";
public const string NotificationUndeterminedCipherScenarioLogic = "undetermined-cipher-scenario-logic";
/* Billing Team */
public const string TrialPayment = "PM-8163-trial-payment";