Correct namespace to fix failure

This commit is contained in:
Suhas Joshi 2015-04-08 13:46:50 -07:00
parent 30eee43bfc
commit 07d9e86450
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@using System.Security.Principal
@using System.Security.Claims
@if (User.IsSignedIn())
{