1
0
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:
Rui Tome 2024-03-25 21:24:12 +00:00
parent 1de0f32f6e
commit 6651bb1324
No known key found for this signature in database
GPG Key ID: 526239D96A8EC066

View File

@ -147,7 +147,8 @@ public static class FeatureFlagKeys
{
{ TrustedDeviceEncryption, "true" },
{ Fido2VaultCredentials, "true" },
{ DuoRedirect, "true" }
{ DuoRedirect, "true" },
{ FlexibleCollectionsSignup, "true" }
};
}
}