1
0
mirror of https://github.com/bitwarden/server synced 2025-12-30 23:23:37 +00:00

Add feature flag for windows desktop autotype GA (#6717)

This commit is contained in:
neuronull
2025-12-17 13:29:06 -07:00
committed by GitHub
parent 3cb8472fd2
commit 8aa8bba9a6

View File

@@ -183,6 +183,7 @@ public static class FeatureFlagKeys
public const string MacOsNativeCredentialSync = "macos-native-credential-sync";
public const string InlineMenuTotp = "inline-menu-totp";
public const string WindowsDesktopAutotype = "windows-desktop-autotype";
public const string WindowsDesktopAutotypeGA = "windows-desktop-autotype-ga";
/* Billing Team */
public const string TrialPayment = "PM-8163-trial-payment";