summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Project-Unite/Controllers/OAuth2Controller.cs10
1 files changed, 7 insertions, 3 deletions
diff --git a/Project-Unite/Controllers/OAuth2Controller.cs b/Project-Unite/Controllers/OAuth2Controller.cs
index f8bc0fd..ddb065d 100644
--- a/Project-Unite/Controllers/OAuth2Controller.cs
+++ b/Project-Unite/Controllers/OAuth2Controller.cs
@@ -1,12 +1,16 @@
using System;
-using System.Collections.Generic;
+using System.Globalization;
using System.Linq;
-using System.Net;
-using System.Text;
+using System.Security.Claims;
using System.Threading.Tasks;
using System.Web;
using System.Web.Mvc;
+using Microsoft.AspNet.Identity;
+using Microsoft.AspNet.Identity.Owin;
+using Microsoft.Owin.Security;
using Project_Unite.Models;
+using System.Text;
+using System.Net;
namespace Project_Unite.Controllers
{