Adding GitLab button and text props (#17848)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Collin Eng
2021-07-27 12:33:08 -07:00
committed by GitHub
parent baf8eda699
commit 1c63e6a848

View File

@@ -254,6 +254,8 @@ func GenerateLimitedClientConfig(c *model.Config, telemetryID string, license *m
props["EmailLoginButtonTextColor"] = *c.EmailSettings.LoginButtonTextColor
props["EnableSignUpWithGitLab"] = strconv.FormatBool(*c.GitLabSettings.Enable)
props["GitLabButtonColor"] = *c.GitLabSettings.ButtonColor
props["GitLabButtonText"] = *c.GitLabSettings.ButtonText
props["TermsOfServiceLink"] = *c.SupportSettings.TermsOfServiceLink
props["PrivacyPolicyLink"] = *c.SupportSettings.PrivacyPolicyLink