Skip to content

Commit

Permalink
Add using to _ViewImports for all views to use IdentityUser type
Browse files Browse the repository at this point in the history
  • Loading branch information
g0t4 committed Sep 28, 2016
1 parent 08e4628 commit 4355221
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,6 @@
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
Expand Down
Expand Up @@ -3,4 +3,5 @@
@using AspNetCore.WebApp.MongoDB.Models.AccountViewModels
@using AspNetCore.WebApp.MongoDB.Models.ManageViewModels
@using Microsoft.AspNetCore.Identity
@using Microsoft.AspNetCore.Identity.MongoDB
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

0 comments on commit 4355221

Please sign in to comment.