1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-01 13:43:23 +01:00

Permenantly turn the feature on for self host

This commit is contained in:
Addison Beck 2024-09-26 11:51:44 -04:00
parent 0a80eb70b9
commit 6510a44023
No known key found for this signature in database

View File

@ -162,6 +162,7 @@ public static class FeatureFlagKeys
{ DuoRedirect, "true" },
{ BulkDeviceApproval, "true" },
{ CipherKeyEncryption, "true" },
{ LimitCollectionCreationDeletionSplit, "true" },
};
}
}