Set feature flag to false.

This commit is contained in:
Alec Rippberger 2024-09-26 11:38:12 -05:00
parent 07f1419b73
commit 4ead4efeb1
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ export const DefaultFeatureFlagValue = {
[FeatureFlag.VaultBulkManagementAction]: FALSE,
[FeatureFlag.AC2828_ProviderPortalMembersPage]: FALSE,
[FeatureFlag.IdpAutoSubmitLogin]: FALSE,
[FeatureFlag.UnauthenticatedExtensionUIRefresh]: true,
[FeatureFlag.UnauthenticatedExtensionUIRefresh]: FALSE,
[FeatureFlag.EnableUpgradePasswordManagerSub]: FALSE,
[FeatureFlag.GenerateIdentityFillScriptRefactor]: FALSE,
[FeatureFlag.EnableNewCardCombinedExpiryAutofill]: FALSE,