mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 10:32:49 -05:00
Create a single feature flag for the Authenticator sync (#5353)
* Create a single feature flag for the Authenticator sync * Update feature flag key
This commit is contained in:
@ -171,6 +171,7 @@ public static class FeatureFlagKeys
|
|||||||
public const string SingleTapPasskeyCreation = "single-tap-passkey-creation";
|
public const string SingleTapPasskeyCreation = "single-tap-passkey-creation";
|
||||||
public const string SingleTapPasskeyAuthentication = "single-tap-passkey-authentication";
|
public const string SingleTapPasskeyAuthentication = "single-tap-passkey-authentication";
|
||||||
public const string EnableRiskInsightsNotifications = "enable-risk-insights-notifications";
|
public const string EnableRiskInsightsNotifications = "enable-risk-insights-notifications";
|
||||||
|
public const string EnablePMAuthenticatorSync = "enable-pm-bwa-sync";
|
||||||
|
|
||||||
public static List<string> GetAllKeys()
|
public static List<string> GetAllKeys()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user