1
0
mirror of https://github.com/bitwarden/server synced 2026-02-21 20:03:40 +00:00

add feature flag fill-assist-targeting-rules (#7051)

This commit is contained in:
Jonathan Prusik
2026-02-20 15:15:18 -05:00
committed by GitHub
parent e6ce670404
commit 414a6d037e

View File

@@ -178,6 +178,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 FillAssistTargetingRules = "fill-assist-targeting-rules";
public const string NotificationUndeterminedCipherScenarioLogic = "undetermined-cipher-scenario-logic";
/* Billing Team */