Skip to content

Commit

Permalink
Feature flag should be false
Browse files Browse the repository at this point in the history
  • Loading branch information
ttalty committed Jan 28, 2025
1 parent 7cb2290 commit c8de3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/common/src/enums/feature-flag.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const DefaultFeatureFlagValue = {
[FeatureFlag.SSHAgent]: FALSE,
[FeatureFlag.CipherKeyEncryption]: FALSE,
[FeatureFlag.PM11901_RefactorSelfHostingLicenseUploader]: FALSE,
[FeatureFlag.CriticalApps]: true,
[FeatureFlag.CriticalApps]: FALSE,
[FeatureFlag.TrialPaymentOptional]: FALSE,
[FeatureFlag.SecurityTasks]: FALSE,
[FeatureFlag.NewDeviceVerificationTemporaryDismiss]: FALSE,
Expand Down

0 comments on commit c8de3b6

Please sign in to comment.