diff --git a/routers/web/admin/config.go b/routers/web/admin/config.go index 71f6fbcb6c..2520451220 100644 --- a/routers/web/admin/config.go +++ b/routers/web/admin/config.go @@ -241,7 +241,7 @@ func ChangeConfig(ctx *context.Context) { cfg.Theme.DisableRegistration.DynKey(): marshalBool, cfg.Theme.CustomHomeHTML.DynKey(): marshalString(""), cfg.Theme.APIHeaderURL.DynKey(): marshalString(""), - cfg.Theme.HelpURL.DynKey(): marshalString(""), + cfg.Theme.HelpURL.DynKey(): marshalString(""), cfg.Theme.CustomHomeTitle.DynKey(): marshalString(""), cfg.Theme.CustomHomeTagline.DynKey(): marshalString(""), cfg.Theme.PinnedOrgDisplayFormat.DynKey(): marshalString("condensed"),