1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 07:43:54 +00:00

chore(feature-flag): [PM-19665] Remove web-push feature flag

* Remove storage-reseed feature flag

* Remove web-push feature flag.

* Removed check for web push enabled.

* Linting
This commit is contained in:
Todd Martin
2025-08-30 11:45:32 -04:00
committed by GitHub
parent 5a96f6dcce
commit 1c60b805bf
3 changed files with 3 additions and 7 deletions

View File

@@ -188,7 +188,6 @@ public static class FeatureFlagKeys
/* Platform Team */
public const string PersistPopupView = "persist-popup-view";
public const string WebPush = "web-push";
public const string IpcChannelFramework = "ipc-channel-framework";
public const string PushNotificationsWhenLocked = "pm-19388-push-notifications-when-locked";