diff --git a/Controllers/HomeController.cs b/Controllers/HomeController.cs index 3730e87..a7fcdcc 100644 --- a/Controllers/HomeController.cs +++ b/Controllers/HomeController.cs @@ -22,11 +22,8 @@ public class HomeController : Controller return View(); } - public async Task CreateMatch([FromServices] UserManager userManager, Guid userOneGuid, Guid userTwoGuid) + public async Task CreateMatch(Guid userOneGuid, Guid userTwoGuid) { - //var userOne = userManager.FindByIdAsync(userOneGuid.ToString()); - //var userOne = userManager.FindByIdAsync(userOneGuid.ToString()); - var playerOne = new Player { Alias = "SwiggitySwooty",