This commit is contained in:
Melon 2024-02-15 14:54:42 +00:00
parent 2590e3f4e7
commit 894149305b
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -83,7 +83,7 @@ func (h *HttpServer) ManageUsersPost(rw http.ResponseWriter, req *http.Request,
offset := req.Form.Get("offset")
action := req.Form.Get("action")
newRoles := req.Form.Get("role")
newRoles := req.Form.Get("roles")
active := req.Form.Has("active")
switch action {