mirror of
https://github.com/bitwarden/server.git
synced 2025-02-01 23:31:41 +01:00
Turn on Flexible Collections v1 for self-host (#4253)
This commit is contained in:
parent
8147aca0fd
commit
6646d11074
@ -148,7 +148,8 @@ public static class FeatureFlagKeys
|
||||
return new Dictionary<string, string>()
|
||||
{
|
||||
{ DuoRedirect, "true" },
|
||||
{ UnassignedItemsBanner, "true"}
|
||||
{ UnassignedItemsBanner, "true"},
|
||||
{ FlexibleCollectionsV1, "true" }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user