mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Remove device trust logging controller flag restriction (#4795)
* Removed controller restriction * Linting.
This commit is contained in:
parent
3381bca608
commit
42f6112c55
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user