From 5ddc948f4e577c45a5882626ba5a77c7ab19b29c Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 26 Mar 2017 12:39:06 -0400 Subject: [PATCH] woof --- Project-Unite/Views/Admin/AddUserToRole.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project-Unite/Views/Admin/AddUserToRole.cshtml b/Project-Unite/Views/Admin/AddUserToRole.cshtml index 33a6c16..f5c0a8d 100644 --- a/Project-Unite/Views/Admin/AddUserToRole.cshtml +++ b/Project-Unite/Views/Admin/AddUserToRole.cshtml @@ -8,6 +8,7 @@ @using (Html.BeginForm()) { + @Html.AntiForgeryToken()
@Html.DisplayNameFor(Model => Model.Username)