Skip to content

Commit

Permalink
Api - update model
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Jan 11, 2022
1 parent e36d402 commit b70b71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/Grand.Api/Controllers/TokenWebController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public async Task<IActionResult> Guest()
[AllowAnonymous]
[IgnoreAntiforgeryToken]
[HttpPost]
public async Task<IActionResult> Login([FromBody] LoginModel model)
public async Task<IActionResult> Login([FromBody] LoginWebModel model)
{
if (!ModelState.IsValid)
return BadRequest(ModelState);
Expand Down

0 comments on commit b70b71c

Please sign in to comment.