Skip to content

Commit 5ea4230

Browse files
committed
#2177 fix groups create function
1 parent c41cfe0 commit 5ea4230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/BExIS.Web.Shell/Areas/SAM/BExIS.Modules.Sam.UI/Controllers/GroupsController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public ActionResult Create()
4444
}
4545

4646
[HttpPost]
47-
[ValidateAntiForgeryTokenOnPost]
47+
[ValidateAntiForgeryToken]
4848
public async Task<ActionResult> CreateAsync(CreateGroupModel model)
4949
{
5050
using (var groupManager = new GroupManager())

0 commit comments

Comments
 (0)