1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-21 03:43:58 +00:00

[PM-26732] Remove Chromium ABE importer feature flag (#19039)

This commit is contained in:
Mike Amirault
2026-02-18 14:49:51 -05:00
committed by GitHub
parent ab59590019
commit 6dea7504a6
3 changed files with 6 additions and 138 deletions

View File

@@ -53,7 +53,6 @@ export enum FeatureFlag {
/* Tools */
UseSdkPasswordGenerators = "pm-19976-use-sdk-password-generators",
ChromiumImporterWithABE = "pm-25855-chromium-importer-abe",
SendUIRefresh = "pm-28175-send-ui-refresh",
SendEmailOTP = "pm-19051-send-email-verification",
@@ -120,7 +119,6 @@ export const DefaultFeatureFlagValue = {
/* Tools */
[FeatureFlag.UseSdkPasswordGenerators]: FALSE,
[FeatureFlag.ChromiumImporterWithABE]: FALSE,
[FeatureFlag.SendUIRefresh]: FALSE,
[FeatureFlag.SendEmailOTP]: FALSE,