1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 12:13:45 +00:00

revert feature flag to default FALSE

This commit is contained in:
John Harrington
2025-10-01 08:33:59 -07:00
parent adb9e9e71a
commit 10d70a724f

View File

@@ -74,7 +74,7 @@ const FALSE = false as boolean;
*/
export const DefaultFeatureFlagValue = {
/* Admin Console Team */
[FeatureFlag.CreateDefaultLocation]: true,
[FeatureFlag.CreateDefaultLocation]: FALSE,
[FeatureFlag.CollectionVaultRefactor]: FALSE,
/* Autofill */