修复CSRF可能导致访问控制自动保存失败的问题

This commit is contained in:
刘祥超
2022-08-30 12:08:42 +08:00
parent e0f8bfe283
commit 481d25845e
4 changed files with 2 additions and 5 deletions

View File

@@ -61,7 +61,6 @@ func (this *IndexAction) RunPost(params struct {
AuthJSON []byte
Must *actions.Must
CSRF *actionutils.CSRF
}) {
defer this.CreateLogInfo("修改Web %d 的鉴权设置", params.WebId)