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) |