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

Remove feature flag from endpoint (#5342)

This commit is contained in:
Todd Martin 2025-02-06 14:37:15 -05:00 committed by GitHub
parent a1ef07ea69
commit f7d882d760
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -974,7 +974,6 @@ public class AccountsController : Controller
await _userService.ResendNewDeviceVerificationEmail(request.Email, request.Secret);
}
[RequireFeature(FeatureFlagKeys.NewDeviceVerification)]
[HttpPost("verify-devices")]
[HttpPut("verify-devices")]
public async Task SetUserVerifyDevicesAsync([FromBody] SetVerifyDevicesRequestModel request)