From 42f6112c552d75566ec8c5e1070b66c0b6578660 Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:46:04 -0400 Subject: [PATCH] Remove device trust logging controller flag restriction (#4795) * Removed controller restriction * Linting. --- src/Api/Controllers/DevicesController.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Api/Controllers/DevicesController.cs b/src/Api/Controllers/DevicesController.cs index 523a4864d..bbb2b7005 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() {