summaryrefslogtreecommitdiff
path: root/Project-Unite/Controllers/OAuth2Controller.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-30 11:06:28 -0400
committerMichael <[email protected]>2017-04-30 11:06:28 -0400
commitcadde8f28c06bfbaf139a8a7ea22a4df4fb40564 (patch)
treee812867ba7c94a60b54dfa0536bd6ff098d055f4 /Project-Unite/Controllers/OAuth2Controller.cs
parent068c542ab6aa1684f10976c1baecabcbeb4e408e (diff)
downloadproject-unite-cadde8f28c06bfbaf139a8a7ea22a4df4fb40564.tar.gz
project-unite-cadde8f28c06bfbaf139a8a7ea22a4df4fb40564.tar.bz2
project-unite-cadde8f28c06bfbaf139a8a7ea22a4df4fb40564.zip
Can't have a number in the title..
Diffstat (limited to 'Project-Unite/Controllers/OAuth2Controller.cs')
-rw-r--r--Project-Unite/Controllers/OAuth2Controller.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Controllers/OAuth2Controller.cs b/Project-Unite/Controllers/OAuth2Controller.cs
index ddb065d..cf1d011 100644
--- a/Project-Unite/Controllers/OAuth2Controller.cs
+++ b/Project-Unite/Controllers/OAuth2Controller.cs
@@ -14,7 +14,7 @@ using System.Net;
namespace Project_Unite.Controllers
{
- public class OAuth2Controller : Controller
+ public class OAuthController : Controller
{
private ApplicationSignInManager _signInManager = null;
private ApplicationUserManager _userManager = null;