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