mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
Removing unused feature flag "item-share" (#15327)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
71d4f989b7
commit
28e799f2bb
@@ -45,7 +45,6 @@ export enum FeatureFlag {
|
||||
EnrollAeadOnKeyRotation = "enroll-aead-on-key-rotation",
|
||||
|
||||
/* Tools */
|
||||
ItemShare = "item-share",
|
||||
DesktopSendUIRefresh = "desktop-send-ui-refresh",
|
||||
|
||||
/* Vault */
|
||||
@@ -91,7 +90,6 @@ export const DefaultFeatureFlagValue = {
|
||||
[FeatureFlag.EnableRiskInsightsNotifications]: FALSE,
|
||||
|
||||
/* Tools */
|
||||
[FeatureFlag.ItemShare]: FALSE,
|
||||
[FeatureFlag.DesktopSendUIRefresh]: FALSE,
|
||||
|
||||
/* Vault */
|
||||
|
||||
Reference in New Issue
Block a user