mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 20:50:21 -05:00
Add Authenticator sync flags (#5307)
This commit is contained in:
parent
4069ac3a4b
commit
163a74000d
@ -161,6 +161,8 @@ public static class FeatureFlagKeys
|
||||
public const string ResellerManagedOrgAlert = "PM-15814-alert-owners-of-reseller-managed-orgs";
|
||||
public const string UsePricingService = "use-pricing-service";
|
||||
public const string RecordInstallationLastActivityDate = "installation-last-activity-date";
|
||||
public const string EnablePasswordManagerSyncAndroid = "enable-password-manager-sync-android";
|
||||
public const string EnablePasswordManagerSynciOS = "enable-password-manager-sync-ios";
|
||||
|
||||
public static List<string> GetAllKeys()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user