1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-21 11:18:49 -05:00

[PM-22783] Add windows-desktop-autotype feature flag (#5990)

This commit is contained in:
Colton Hurst 2025-06-20 14:02:48 -04:00 committed by GitHub
parent b13c950328
commit cdfe51f9d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,6 +138,7 @@ public static class FeatureFlagKeys
public const string EnableNewCardCombinedExpiryAutofill = "enable-new-card-combined-expiry-autofill";
public const string MacOsNativeCredentialSync = "macos-native-credential-sync";
public const string InlineMenuTotp = "inline-menu-totp";
public const string WindowsDesktopAutotype = "windows-desktop-autotype";
/* Billing Team */
public const string AC2101UpdateTrialInitiationEmail = "AC-2101-update-trial-initiation-email";