mirror of
https://github.com/1f349/lavender.git
synced 2024-12-22 07:34:06 +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,
|
||||
Domain: domain,
|
||||
Column3: hasPerms,
|
||||
Perms: perms,
|
||||
Public: public,
|
||||
Sso: sso,
|
||||
Active: active,
|
||||
|
Loading…
Reference in New Issue
Block a user