mirror of
https://github.com/1f349/lavender.git
synced 2024-12-22 07:34:06 +00:00
idk typo
This commit is contained in:
parent
2590e3f4e7
commit
894149305b
@ -83,7 +83,7 @@ func (h *HttpServer) ManageUsersPost(rw http.ResponseWriter, req *http.Request,
|
|||||||
|
|
||||||
offset := req.Form.Get("offset")
|
offset := req.Form.Get("offset")
|
||||||
action := req.Form.Get("action")
|
action := req.Form.Get("action")
|
||||||
newRoles := req.Form.Get("role")
|
newRoles := req.Form.Get("roles")
|
||||||
active := req.Form.Has("active")
|
active := req.Form.Has("active")
|
||||||
|
|
||||||
switch action {
|
switch action {
|
||||||
|
Loading…
Reference in New Issue
Block a user