summaryrefslogtreecommitdiffstats
path: root/api4/system.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/system.go')
-rw-r--r--api4/system.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/api4/system.go b/api4/system.go
index fbfbd0ef2..b50dc97a5 100644
--- a/api4/system.go
+++ b/api4/system.go
@@ -244,7 +244,6 @@ func getClientConfig(c *Context, w http.ResponseWriter, r *http.Request) {
}
respCfg["NoAccounts"] = strconv.FormatBool(c.App.IsFirstUserAccount())
- respCfg["Plugins"] = c.App.GetPluginsForClientConfig()
w.Write([]byte(model.MapToJson(respCfg)))
}