1
0
mirror of https://github.com/bitwarden/server synced 2026-01-30 08:13:26 +00:00

chore(flags): Add pm-30529-webauthn-related-origins feature flag

This commit is contained in:
Todd Martin
2026-01-27 16:46:43 -05:00
committed by GitHub
parent edf694b8d4
commit 4403e036fd

View File

@@ -228,6 +228,7 @@ public static class FeatureFlagKeys
public const string IpcChannelFramework = "ipc-channel-framework";
public const string PushNotificationsWhenLocked = "pm-19388-push-notifications-when-locked";
public const string PushNotificationsWhenInactive = "pm-25130-receive-push-notifications-for-inactive-users";
public const string WebAuthnRelatedOrigins = "pm-30529-webauthn-related-origins";
/* Tools Team */
/// <summary>