mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Adding the item-share feature flag (#6741)
This commit is contained in:
parent
485be21826
commit
d52e4dc56e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user