mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -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:
parent
669c253bc6
commit
1adc5358a8
@ -171,6 +171,7 @@ public static class FeatureFlagKeys
|
||||
public const string SingleTapPasskeyCreation = "single-tap-passkey-creation";
|
||||
public const string SingleTapPasskeyAuthentication = "single-tap-passkey-authentication";
|
||||
public const string EnableRiskInsightsNotifications = "enable-risk-insights-notifications";
|
||||
public const string EnablePMAuthenticatorSync = "enable-pm-bwa-sync";
|
||||
|
||||
public static List<string> GetAllKeys()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user