1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

feat: add credential sync feature flag

This commit is contained in:
Andreas Coroiu 2024-11-20 15:55:09 +01:00
parent 77cde50ee1
commit f3e814d007
No known key found for this signature in database
GPG Key ID: E70B5FFC81DFEC1A

View File

@ -155,6 +155,7 @@ public static class FeatureFlagKeys
public const string SecurityTasks = "security-tasks";
public const string PM14401_ScaleMSPOnClientOrganizationUpdate = "PM-14401-scale-msp-on-client-organization-update";
public const string DisableFreeFamiliesSponsorship = "PM-12274-disable-free-families-sponsorship";
public const string MacOsNativeCredentialSync = "macos-native-credential-sync";
public static List<string> GetAllKeys()
{