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:
parent
77cde50ee1
commit
f3e814d007
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user