From 46450ca2f1479051fd38212f759c8a23e39bd71d Mon Sep 17 00:00:00 2001 From: MrMelon54 Date: Sat, 18 May 2024 12:20:39 +0100 Subject: [PATCH] Pass in perms variable when editing oauth apps --- server/manage-apps.go | 1 + 1 file changed, 1 insertion(+) 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,