diff --git a/src/Api/Controllers/DevicesController.cs b/src/Api/Controllers/DevicesController.cs index 523a4864de..bbb2b70050 100644 --- a/src/Api/Controllers/DevicesController.cs +++ b/src/Api/Controllers/DevicesController.cs @@ -3,7 +3,6 @@ using Bit.Api.Auth.Models.Request; using Bit.Api.Auth.Models.Request.Accounts; using Bit.Api.Models.Request; using Bit.Api.Models.Response; -using Bit.Core; using Bit.Core.Auth.Models.Api.Request; using Bit.Core.Auth.Models.Api.Response; using Bit.Core.Context; @@ -236,7 +235,6 @@ public class DevicesController : Controller return device != null; } - [RequireFeature(FeatureFlagKeys.DeviceTrustLogging)] [HttpPost("lost-trust")] public void PostLostTrust() {