1
0
mirror of https://github.com/bitwarden/server synced 2026-01-15 06:53:26 +00:00

[PM-30687] Remove Desktop Send UI refresh feature flag (#6842)

This commit is contained in:
Mike Amirault
2026-01-14 15:32:58 -05:00
committed by GitHub
parent 2a18f276a8
commit 4bff67ea12

View File

@@ -229,7 +229,6 @@ public static class FeatureFlagKeys
/// Enable this flag to share the send view used by the web and browser clients
/// on the desktop client.
/// </summary>
public const string DesktopSendUIRefresh = "desktop-send-ui-refresh";
public const string UseSdkPasswordGenerators = "pm-19976-use-sdk-password-generators";
public const string UseChromiumImporter = "pm-23982-chromium-importer";
public const string ChromiumImporterWithABE = "pm-25855-chromium-importer-abe";