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