From 9b06522c668ff8d2c27367529553eab6bded2021 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 18 May 2017 21:25:20 -0400 Subject: feedback --- Project-Unite/Views/Shared/_LoginPartial.cshtml | 87 +++++++++++++------------ 1 file changed, 44 insertions(+), 43 deletions(-) (limited to 'Project-Unite/Views/Shared') diff --git a/Project-Unite/Views/Shared/_LoginPartial.cshtml b/Project-Unite/Views/Shared/_LoginPartial.cshtml index a8fa210..0d1c22b 100644 --- a/Project-Unite/Views/Shared/_LoginPartial.cshtml +++ b/Project-Unite/Views/Shared/_LoginPartial.cshtml @@ -1,51 +1,52 @@ @using Microsoft.AspNet.Identity - -@if (Request.IsAuthenticated) -{ - using (Html.BeginForm("LogOff", "Account", FormMethod.Post, new { id = "logoutForm", @class = "navbar-right" })) + \ No newline at end of file -- cgit v1.2.3