mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 10:02:47 -05:00
[AC-2741] Turn on BulkDeviceApproval feature for self-host (#4453)
Also remove the feature flagging on server, but keep definition for old clients
This commit is contained in:
@ -151,7 +151,8 @@ public static class FeatureFlagKeys
|
||||
return new Dictionary<string, string>()
|
||||
{
|
||||
{ DuoRedirect, "true" },
|
||||
{ FlexibleCollectionsV1, "true" }
|
||||
{ FlexibleCollectionsV1, "true" },
|
||||
{ BulkDeviceApproval, "true" }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user