Added custom branding to login description (#3710)

Этот коммит содержится в:
David Lu
2016-08-02 08:34:34 -04:00
коммит произвёл Joram Wilander
родитель 42e74b509d
Коммит 2c23a4fe49
9 изменённых файлов: 91 добавлений и 14 удалений

Просмотреть файл

@@ -271,6 +271,7 @@ func getClientConfig(c *model.Config) map[string]string {
if *License.Features.CustomBrand {
props["EnableCustomBrand"] = strconv.FormatBool(*c.TeamSettings.EnableCustomBrand)
props["CustomBrandText"] = *c.TeamSettings.CustomBrandText
props["CustomDescriptionText"] = *c.TeamSettings.CustomDescriptionText
}
if *License.Features.LDAP {