1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-19 21:21:22 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,6 +161,8 @@ public static class FeatureFlagKeys
public const string SelfHostLicenseRefactor = "pm-11516-self-host-license-refactor"; public const string SelfHostLicenseRefactor = "pm-11516-self-host-license-refactor";
public const string PromoteProviderServiceUserTool = "pm-15128-promote-provider-service-user-tool"; public const string PromoteProviderServiceUserTool = "pm-15128-promote-provider-service-user-tool";
public const string PrivateKeyRegeneration = "pm-12241-private-key-regeneration"; 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() public static List<string> GetAllKeys()
{ {