React to identity

This commit is contained in:
Hao Kung 2017-05-23 14:11:26 -07:00
parent 9d9a52119e
commit a31c693178
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.AspNetCore.Identity;
namespace ChatSample.Models
{