diff --git a/system/types/app_settings.go b/system/types/app_settings.go index 3358d39e7..14b0035d8 100644 --- a/system/types/app_settings.go +++ b/system/types/app_settings.go @@ -225,7 +225,7 @@ type ( HideFeedbackLink bool `json:"hideFeedbackLink"` HideProfile bool `json:"hideProfile"` HideChangePasswordLink bool `json:"hideChangePasswordLink"` - HideProfileLink bool `json:"HideProfileLink"` + HideProfileLink bool `json:"hideProfileLink"` HelpLinks []struct { Handle string `json:"handle"`