Forgotten ;
This commit is contained in:
parent
bc69acd75d
commit
b67f9f944c
@ -65,7 +65,7 @@ namespace API.DBAccess
|
||||
|
||||
if (saved) { return new OkObjectResult(user); }
|
||||
|
||||
return new ConflictObjectResult(new { message = "Could not save to database" })
|
||||
return new ConflictObjectResult(new { message = "Could not save to database" });
|
||||
}
|
||||
|
||||
public async Task<IActionResult> UpdatePassword(User user)
|
||||
|
Loading…
Reference in New Issue
Block a user