Login fix and rename columns in DB

This commit is contained in:
2022-12-19 18:36:57 +01:00
parent 120abcaf1d
commit db13b1ab1b
18 changed files with 480 additions and 56 deletions

View File

@@ -40,7 +40,7 @@ namespace WebAPI.Controllers
}
else
{
return BadRequest();
return Unauthorized();
}
}