1
0
mirror of https://github.com/bitwarden/server synced 2025-12-11 05:43:35 +00:00

chore(feature-flags): Remove storage-reseed feature flag

This commit is contained in:
Todd Martin
2025-08-29 16:14:00 -04:00
committed by GitHub
parent 5dfed7623b
commit 5a96f6dcce

View File

@@ -188,7 +188,6 @@ public static class FeatureFlagKeys
/* Platform Team */ /* Platform Team */
public const string PersistPopupView = "persist-popup-view"; public const string PersistPopupView = "persist-popup-view";
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"; public const string PushNotificationsWhenLocked = "pm-19388-push-notifications-when-locked";