mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05: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" },
|
{ TrustedDeviceEncryption, "true" },
|
||||||
{ Fido2VaultCredentials, "true" },
|
{ Fido2VaultCredentials, "true" },
|
||||||
{ DuoRedirect, "true" }
|
{ DuoRedirect, "true" },
|
||||||
|
{ FlexibleCollectionsSignup, "true" }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user