1
0
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:
Robyn MacCallum 2025-02-03 09:35:38 -05:00 committed by GitHub
parent 669c253bc6
commit 1adc5358a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()
{ {