From e5811564800bf0d71f9612b76a76bd96f8532067 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 22 May 2017 11:57:26 -0400 Subject: [PATCH] wtf --- Project-Unite/Views/Shared/_LoginPartial.cshtml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Project-Unite/Views/Shared/_LoginPartial.cshtml b/Project-Unite/Views/Shared/_LoginPartial.cshtml index 88a3a6d..e79351c 100644 --- a/Project-Unite/Views/Shared/_LoginPartial.cshtml +++ b/Project-Unite/Views/Shared/_LoginPartial.cshtml @@ -1,14 +1,15 @@ @using Microsoft.AspNet.Identity + @using (Html.BeginForm("LogOff", "Account", FormMethod.Post, new { id = "logoutForm", @class="hidden" })) + { + @Html.AntiForgeryToken() + } + - } + } else {