1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

Add Authenticator sync flags (#5159)

* Add Authenticator sync flags

* Fix whitespace
This commit is contained in:
Robyn MacCallum
2024-12-16 16:18:33 -05:00
committed by GitHub
parent 7637cbe12a
commit b907935eda

View File

@ -161,6 +161,8 @@ public static class FeatureFlagKeys
public const string SelfHostLicenseRefactor = "pm-11516-self-host-license-refactor";
public const string PromoteProviderServiceUserTool = "pm-15128-promote-provider-service-user-tool";
public const string PrivateKeyRegeneration = "pm-12241-private-key-regeneration";
public const string AuthenticatorSynciOS = "enable-authenticator-sync-ios";
public const string AuthenticatorSyncAndroid = "enable-authenticator-sync-android";
public static List<string> GetAllKeys()
{