Initial cosmetic changes to the process of verifying a changed email

Этот коммит содержится в:
Reed Garmsen
2015-10-02 16:30:21 -07:00
родитель 193732ffbf
Коммит aad9529f31
7 изменённых файлов: 102 добавлений и 8 удалений

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

@@ -189,6 +189,7 @@ func getClientProperties(c *model.Config) map[string]string {
props["SendEmailNotifications"] = strconv.FormatBool(c.EmailSettings.SendEmailNotifications)
props["EnableSignUpWithEmail"] = strconv.FormatBool(c.EmailSettings.EnableSignUpWithEmail)
props["RequireEmailVerification"] = strconv.FormatBool(c.EmailSettings.RequireEmailVerification)
props["FeedbackEmail"] = c.EmailSettings.FeedbackEmail
props["EnableSignUpWithGitLab"] = strconv.FormatBool(c.GitLabSettings.Enable)