1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

remove feature flag (#5284)

Clients PR was merged, now merging server PR.
This commit is contained in:
Brandon Treston 2025-01-21 09:53:12 -05:00 committed by GitHub
parent edb74add50
commit f1893c256c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,7 +153,6 @@ public static class FeatureFlagKeys
public const string MacOsNativeCredentialSync = "macos-native-credential-sync";
public const string PM9111ExtensionPersistAddEditForm = "pm-9111-extension-persist-add-edit-form";
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 PrivateKeyRegeneration = "pm-12241-private-key-regeneration";
public const string AuthenticatorSynciOS = "enable-authenticator-sync-ios";