From e23365f757d4e364ed400dee5b7d7f07814e7c1b Mon Sep 17 00:00:00 2001 From: Praburaj Date: Wed, 25 Mar 2015 14:22:25 -0700 Subject: [PATCH] Fixing the namespace in the sample view page --- src/MusicStore/Views/Manage/ManageLogins.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MusicStore/Views/Manage/ManageLogins.cshtml b/src/MusicStore/Views/Manage/ManageLogins.cshtml index 94cc9b454b..c66a54181b 100644 --- a/src/MusicStore/Views/Manage/ManageLogins.cshtml +++ b/src/MusicStore/Views/Manage/ManageLogins.cshtml @@ -1,4 +1,4 @@ -@using Microsoft.AspNet.Http.Security; +@using Microsoft.AspNet.Http.Authentication; @model MusicStore.Models.ManageLoginsViewModel @{ ViewBag.Title = "Manage your external logins"; @@ -50,7 +50,7 @@

@foreach (AuthenticationDescription p in Model.OtherLogins) { - + }