diff --git a/server/manage-apps.go b/server/manage-apps.go index e96472b..758d45d 100644 --- a/server/manage-apps.go +++ b/server/manage-apps.go @@ -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,