1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-22 21:21:35 +01:00

[PM-2014] fix: remove sm billing flag

This commit is contained in:
Andreas Coroiu 2023-10-03 14:52:28 +02:00 committed by GitHub
parent f827102fb6
commit 6ce668fcc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@ export enum FeatureFlag {
DisplayLowKdfIterationWarningFlag = "display-kdf-iteration-warning",
TrustedDeviceEncryption = "trusted-device-encryption",
PasswordlessLogin = "passwordless-login",
SecretsManagerBilling = "sm-ga-billing",
AutofillV2 = "autofill-v2",
}