Add feature flag for windows desktop autotype GA

This commit is contained in:
neuronull 2025-12-09 16:00:10 -07:00
parent 6d5d7e58a6
commit aa7be6be42
No known key found for this signature in database
GPG Key ID: 1D2B6B90EFC2031A

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";