From 7581a7b2fdacd4325132baf0bec4973092449977 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 30 Apr 2017 11:15:06 -0400 Subject: [PATCH] fucking ass --- Project-Unite/Controllers/OAuth2Controller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-Unite/Controllers/OAuth2Controller.cs b/Project-Unite/Controllers/OAuth2Controller.cs index e611d01..e8641ae 100644 --- a/Project-Unite/Controllers/OAuth2Controller.cs +++ b/Project-Unite/Controllers/OAuth2Controller.cs @@ -14,7 +14,7 @@ namespace Project_Unite.Controllers { - public class APIAuthController : Controller + public class AuthController : Controller { private ApplicationSignInManager _signInManager = null; private ApplicationUserManager _userManager = null;