1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

[PM-15193] Remove PromoteProviderServiceUser feature flag and checks from ToolsController and layout (#5255)

This commit is contained in:
Rui Tomé
2025-01-16 10:54:31 +00:00
committed by GitHub
parent 42c8c3b6f6
commit 5201085ecb
3 changed files with 1 additions and 8 deletions

View File

@ -157,7 +157,6 @@ public static class FeatureFlagKeys
public const string InlineMenuTotp = "inline-menu-totp";
public const string PM12443RemovePagingLogic = "pm-12443-remove-paging-logic";
public const string SelfHostLicenseRefactor = "pm-11516-self-host-license-refactor";
public const string PromoteProviderServiceUserTool = "pm-15128-promote-provider-service-user-tool";
public const string PrivateKeyRegeneration = "pm-12241-private-key-regeneration";
public const string AuthenticatorSynciOS = "enable-authenticator-sync-ios";
public const string AuthenticatorSyncAndroid = "enable-authenticator-sync-android";