From 068c542ab6aa1684f10976c1baecabcbeb4e408e Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 30 Apr 2017 11:01:37 -0400 Subject: fix some errors --- Project-Unite/Controllers/OAuth2Controller.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Project-Unite/Controllers/OAuth2Controller.cs') 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 { -- cgit v1.2.3