mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +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:
@@ -15,7 +15,6 @@ export enum FeatureFlag {
|
|||||||
|
|
||||||
/* Auth */
|
/* Auth */
|
||||||
PM9112_DeviceApprovalPersistence = "pm-9112-device-approval-persistence",
|
PM9112_DeviceApprovalPersistence = "pm-9112-device-approval-persistence",
|
||||||
UnauthenticatedExtensionUIRefresh = "unauth-ui-refresh",
|
|
||||||
|
|
||||||
/* Autofill */
|
/* Autofill */
|
||||||
BlockBrowserInjectionsByDomain = "block-browser-injections-by-domain",
|
BlockBrowserInjectionsByDomain = "block-browser-injections-by-domain",
|
||||||
@@ -110,7 +109,6 @@ export const DefaultFeatureFlagValue = {
|
|||||||
|
|
||||||
/* Auth */
|
/* Auth */
|
||||||
[FeatureFlag.PM9112_DeviceApprovalPersistence]: FALSE,
|
[FeatureFlag.PM9112_DeviceApprovalPersistence]: FALSE,
|
||||||
[FeatureFlag.UnauthenticatedExtensionUIRefresh]: FALSE,
|
|
||||||
|
|
||||||
/* Billing */
|
/* Billing */
|
||||||
[FeatureFlag.TrialPaymentOptional]: FALSE,
|
[FeatureFlag.TrialPaymentOptional]: FALSE,
|
||||||
|
|||||||
Reference in New Issue
Block a user