mirror of
https://github.com/bitwarden/server
synced 2025-12-24 04:03:25 +00:00
[AC-2323] Overriding FlexibleCollectionsSignup to true for local usage
This commit is contained in:
@@ -147,7 +147,8 @@ public static class FeatureFlagKeys
|
||||
{
|
||||
{ TrustedDeviceEncryption, "true" },
|
||||
{ Fido2VaultCredentials, "true" },
|
||||
{ DuoRedirect, "true" }
|
||||
{ DuoRedirect, "true" },
|
||||
{ FlexibleCollectionsSignup, "true" }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user