mirror of
https://github.com/bitwarden/server
synced 2025-12-14 07:13:39 +00:00
fixes for meta repo and iapcheck model
This commit is contained in:
@@ -442,7 +442,7 @@ namespace Bit.Api.Controllers
|
||||
}
|
||||
|
||||
[HttpPost("iap-check")]
|
||||
public async Task PostIapCheck(IapCheckRequestModel model)
|
||||
public async Task PostIapCheck([FromBody]IapCheckRequestModel model)
|
||||
{
|
||||
var user = await _userService.GetUserByPrincipalAsync(User);
|
||||
if(user == null)
|
||||
|
||||
Reference in New Issue
Block a user