React to identity changes

This commit is contained in:
Hao Kung 2015-03-19 15:40:31 -07:00
parent 4162a8ce89
commit 01ac7f770a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
using System;
using System.Linq;
using System.Security.Principal;
using System.Security.Claims;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;

View File

@ -1,5 +1,5 @@
using System.Linq;
using System.Security.Principal;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.Authorization;
using Microsoft.AspNet.Identity;