mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 21:48:12 -05: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>()
|
return new Dictionary<string, string>()
|
||||||
{
|
{
|
||||||
{ DuoRedirect, "true" },
|
{ DuoRedirect, "true" },
|
||||||
{ UnassignedItemsBanner, "true"}
|
{ UnassignedItemsBanner, "true"},
|
||||||
|
{ FlexibleCollectionsV1, "true" }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user