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:
@ -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";
|
||||||
|
Reference in New Issue
Block a user