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

chore(UI Refresh): [PM-19679] Remove unauth-ui-refresh flag from clients

* Completed feature flag grouping

* Added organization of default value section.

* Clarified comment.

* Removed flag

* Removed merge error that duplicated comment.
This commit is contained in:
Todd Martin
2025-03-31 09:11:47 -04:00
committed by GitHub
parent 56672a3568
commit 51bfbcf090

View File

@@ -15,7 +15,6 @@ export enum FeatureFlag {
/* Auth */
PM9112_DeviceApprovalPersistence = "pm-9112-device-approval-persistence",
UnauthenticatedExtensionUIRefresh = "unauth-ui-refresh",
/* Autofill */
BlockBrowserInjectionsByDomain = "block-browser-injections-by-domain",
@@ -110,7 +109,6 @@ export const DefaultFeatureFlagValue = {
/* Auth */
[FeatureFlag.PM9112_DeviceApprovalPersistence]: FALSE,
[FeatureFlag.UnauthenticatedExtensionUIRefresh]: FALSE,
/* Billing */
[FeatureFlag.TrialPaymentOptional]: FALSE,