Pass in perms variable when editing oauth apps

This commit is contained in:
Melon 2024-05-18 12:20:39 +01:00
parent 65e495c29f
commit 46450ca2f1
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -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,