Skip to content

Commit

Permalink
Permenantly turn the feature on for self host
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbeck committed Sep 26, 2024
1 parent 66c93e6 commit d98cc2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ public static Dictionary<string, string> GetLocalOverrideFlagValues()
{ DuoRedirect, "true" },
{ BulkDeviceApproval, "true" },
{ CipherKeyEncryption, "true" },
{ LimitCollectionCreationDeletionSplit, "true" },
};
}
}

0 comments on commit d98cc2e

Please sign in to comment.