diff --git a/libs/common/src/enums/feature-flag.enum.ts b/libs/common/src/enums/feature-flag.enum.ts index f2037f1a89f..7357e73a89e 100644 --- a/libs/common/src/enums/feature-flag.enum.ts +++ b/libs/common/src/enums/feature-flag.enum.ts @@ -22,6 +22,7 @@ export enum FeatureFlag { /* Autofill */ MacOsNativeCredentialSync = "macos-native-credential-sync", WindowsDesktopAutotype = "windows-desktop-autotype", + WindowsDesktopAutotypeGA = "windows-desktop-autotype-ga", /* Billing */ TrialPaymentOptional = "PM-8163-trial-payment", @@ -106,6 +107,7 @@ export const DefaultFeatureFlagValue = { /* Autofill */ [FeatureFlag.MacOsNativeCredentialSync]: FALSE, [FeatureFlag.WindowsDesktopAutotype]: FALSE, + [FeatureFlag.WindowsDesktopAutotypeGA]: FALSE, /* Tools */ [FeatureFlag.DesktopSendUIRefresh]: FALSE,