1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Remove sm-ga-billing feature flag (#6213)

This commit is contained in:
Thomas Rittson
2023-09-20 09:35:20 +10:00
committed by GitHub
parent e68e449aff
commit 284eda6cd3
4 changed files with 2 additions and 22 deletions

View File

@@ -3,7 +3,6 @@ export enum FeatureFlag {
DisplayLowKdfIterationWarningFlag = "display-kdf-iteration-warning",
TrustedDeviceEncryption = "trusted-device-encryption",
AutofillV2 = "autofill-v2",
SecretsManagerBilling = "sm-ga-billing",
}
// Replace this with a type safe lookup of the feature flag values in PM-2282