1
0
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:
ttalty 2023-10-31 11:06:04 -04:00 committed by GitHub
parent 485be21826
commit d52e4dc56e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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