Skip to content

Commit

Permalink
[PM-15906] Add feature flags for Android single tap passkey flows (#5334
Browse files Browse the repository at this point in the history
)

Add feature flags to control single tap passkey creation and authentication in the Android client.
  • Loading branch information
SaintPatrck authored Jan 28, 2025
1 parent 93f5b34 commit 3d273bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ public static class FeatureFlagKeys
public const string EnablePasswordManagerSyncAndroid = "enable-password-manager-sync-android";
public const string EnablePasswordManagerSynciOS = "enable-password-manager-sync-ios";
public const string AccountDeprovisioningBanner = "pm-17120-account-deprovisioning-admin-console-banner";
public const string SingleTapPasskeyCreation = "single-tap-passkey-creation";
public const string SingleTapPasskeyAuthentication = "single-tap-passkey-authentication";

public static List<string> GetAllKeys()
{
Expand Down

0 comments on commit 3d273bf

Please sign in to comment.