1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-21 01:21:42 -05:00

chore(feature-flag): Adding feature flag for push notifications on locked account

This commit is contained in:
Todd Martin
2025-07-10 20:07:57 -04:00
committed by GitHub
parent 1176b18d44
commit ca1baa1220

View File

@ -194,6 +194,7 @@ public static class FeatureFlagKeys
public const string StorageReseedRefactor = "storage-reseed-refactor"; public const string StorageReseedRefactor = "storage-reseed-refactor";
public const string WebPush = "web-push"; public const string WebPush = "web-push";
public const string IpcChannelFramework = "ipc-channel-framework"; public const string IpcChannelFramework = "ipc-channel-framework";
public const string PushNotificationsWhenLocked = "pm-19388-push-notifications-when-locked";
/* Tools Team */ /* Tools Team */
public const string DesktopSendUIRefresh = "desktop-send-ui-refresh"; public const string DesktopSendUIRefresh = "desktop-send-ui-refresh";