1
0
mirror of https://github.com/bitwarden/server synced 2026-01-06 18:43:36 +00:00

Restore old logic behind flags

This commit is contained in:
Thomas Rittson
2023-10-09 13:55:14 +10:00
parent 7aabe7ca59
commit 8ebac62dff
3 changed files with 121 additions and 12 deletions

View File

@@ -41,6 +41,7 @@ public static class FeatureFlagKeys
public const string AutofillV2 = "autofill-v2";
public const string BrowserFilelessImport = "browser-fileless-import";
public const string FlexibleCollections = "flexible-collections";
public const string BulkCollectionAccess = "bulk-collection-access";
public static List<string> GetAllKeys()
{