bug: correctly store email settings

This commit is contained in:
Gary Sharp
2023-02-08 16:57:49 +11:00
parent 53eed02a4f
commit e05206d405
3 changed files with 64 additions and 62 deletions
@@ -134,7 +134,7 @@ namespace Disco.Web.Areas.Config.Models.SystemConfig
EmailReplyToAddress = config.EmailReplyToAddress,
EmailEnableSsl = config.EmailEnableSsl,
EmailUsername = config.EmailUsername,
EmailPassword = config.EmailPassword,
EmailPassword = null,
EmailIsConfigured = EmailService.IsConfigured,
UpdateLatestResponse = config.UpdateLastCheckResponse,
UpdateRunningStatus = UpdateQueryTask.RunningStatus,