Forgotten ;

This commit is contained in:
Jeas0001 2025-04-29 09:04:35 +02:00
parent bc69acd75d
commit b67f9f944c

View File

@ -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)