mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-22 13:17:30 +00:00
Desktop Autotype add GA FF (#17896)
This commit is contained in:
@@ -22,6 +22,7 @@ export enum FeatureFlag {
|
|||||||
/* Autofill */
|
/* Autofill */
|
||||||
MacOsNativeCredentialSync = "macos-native-credential-sync",
|
MacOsNativeCredentialSync = "macos-native-credential-sync",
|
||||||
WindowsDesktopAutotype = "windows-desktop-autotype",
|
WindowsDesktopAutotype = "windows-desktop-autotype",
|
||||||
|
WindowsDesktopAutotypeGA = "windows-desktop-autotype-ga",
|
||||||
|
|
||||||
/* Billing */
|
/* Billing */
|
||||||
TrialPaymentOptional = "PM-8163-trial-payment",
|
TrialPaymentOptional = "PM-8163-trial-payment",
|
||||||
@@ -106,6 +107,7 @@ export const DefaultFeatureFlagValue = {
|
|||||||
/* Autofill */
|
/* Autofill */
|
||||||
[FeatureFlag.MacOsNativeCredentialSync]: FALSE,
|
[FeatureFlag.MacOsNativeCredentialSync]: FALSE,
|
||||||
[FeatureFlag.WindowsDesktopAutotype]: FALSE,
|
[FeatureFlag.WindowsDesktopAutotype]: FALSE,
|
||||||
|
[FeatureFlag.WindowsDesktopAutotypeGA]: FALSE,
|
||||||
|
|
||||||
/* Tools */
|
/* Tools */
|
||||||
[FeatureFlag.DesktopSendUIRefresh]: FALSE,
|
[FeatureFlag.DesktopSendUIRefresh]: FALSE,
|
||||||
|
|||||||
Reference in New Issue
Block a user