mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 00:42:07 -06:00
chore(feature-flag): Adding feature flag for push notifications on locked account
This commit is contained in:
parent
1176b18d44
commit
ca1baa1220
@ -194,6 +194,7 @@ public static class FeatureFlagKeys
|
||||
public const string StorageReseedRefactor = "storage-reseed-refactor";
|
||||
public const string WebPush = "web-push";
|
||||
public const string IpcChannelFramework = "ipc-channel-framework";
|
||||
public const string PushNotificationsWhenLocked = "pm-19388-push-notifications-when-locked";
|
||||
|
||||
/* Tools Team */
|
||||
public const string DesktopSendUIRefresh = "desktop-send-ui-refresh";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user