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

Adding the item-share feature flag (#6741)

This commit is contained in:
ttalty
2023-10-31 11:06:04 -04:00
committed by GitHub
parent 485be21826
commit d52e4dc56e

View File

@@ -6,6 +6,7 @@ export enum FeatureFlag {
PasswordlessLogin = "passwordless-login",
AutofillV2 = "autofill-v2",
BrowserFilelessImport = "browser-fileless-import",
ItemShare = "item-share",
}
// Replace this with a type safe lookup of the feature flag values in PM-2282