Implemented the ability to correct a match from UI and further scans will show that new Series name.
This commit is contained in:
parent
5186508aff
commit
c6e1fec9f2
11 changed files with 806 additions and 18 deletions
|
@ -51,8 +51,9 @@ namespace API.Controllers
|
|||
|
||||
result = await _userManager.AddPasswordAsync(user, resetPasswordDto.Password);
|
||||
if (!result.Succeeded) return BadRequest("Unable to update password");
|
||||
|
||||
return Ok($"{resetPasswordDto.UserName}'s Password has been reset.");
|
||||
|
||||
_logger.LogInformation("{User}'s Password has been reset", resetPasswordDto.UserName);
|
||||
return Ok();
|
||||
}
|
||||
|
||||
[HttpPost("register")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue