mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
Adding the item-share feature flag (#6741)
This commit is contained in:
@@ -6,6 +6,7 @@ export enum FeatureFlag {
|
|||||||
PasswordlessLogin = "passwordless-login",
|
PasswordlessLogin = "passwordless-login",
|
||||||
AutofillV2 = "autofill-v2",
|
AutofillV2 = "autofill-v2",
|
||||||
BrowserFilelessImport = "browser-fileless-import",
|
BrowserFilelessImport = "browser-fileless-import",
|
||||||
|
ItemShare = "item-share",
|
||||||
}
|
}
|
||||||
|
|
||||||
// Replace this with a type safe lookup of the feature flag values in PM-2282
|
// Replace this with a type safe lookup of the feature flag values in PM-2282
|
||||||
|
|||||||
Reference in New Issue
Block a user