2
0

Compare commits

...

1 Commits

Author SHA1 Message Date
GitCaddy
4ea9b17e63 fix: gofmt formatting for HelpURL config
All checks were successful
Build and Release / Lint (push) Successful in 5m15s
Build and Release / Integration Tests (PostgreSQL) (push) Successful in 3m39s
Build and Release / Create Release (push) Successful in 1s
Build and Release / Unit Tests (push) Successful in 4m6s
Build and Release / Build Binaries (amd64, darwin) (push) Successful in 3m16s
Build and Release / Build Binaries (amd64, windows) (push) Successful in 3m5s
Build and Release / Build Binaries (amd64, linux) (push) Successful in 4m0s
Build and Release / Build Binaries (arm64, darwin) (push) Successful in 3m29s
Build and Release / Build Binaries (arm64, linux) (push) Successful in 3m10s
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 22:08:24 +00:00

View File

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