1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05: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

View File

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