mirror of
https://github.com/1f349/lavender.git
synced 2024-11-09 22:32:48 +00:00
Pass in perms variable when editing oauth apps
This commit is contained in:
parent
65e495c29f
commit
46450ca2f1
@ -147,6 +147,7 @@ func (h *HttpServer) ManageAppsPost(rw http.ResponseWriter, req *http.Request, _
|
|||||||
Name: name,
|
Name: name,
|
||||||
Domain: domain,
|
Domain: domain,
|
||||||
Column3: hasPerms,
|
Column3: hasPerms,
|
||||||
|
Perms: perms,
|
||||||
Public: public,
|
Public: public,
|
||||||
Sso: sso,
|
Sso: sso,
|
||||||
Active: active,
|
Active: active,
|
||||||
|
Loading…
Reference in New Issue
Block a user