Some general improvements

This commit is contained in:
tidusjar 2017-01-27 22:39:43 +00:00
parent a8dd6905fd
commit a1eb944f83
7 changed files with 31 additions and 53 deletions

View file

@ -34,7 +34,6 @@ namespace Ombi.Core.SettingModels
public string EmailSender { get; set; }
public string EmailUsername { get; set; }
public bool Authentication { get; set; }
public bool EnableUserEmailNotifications { get; set; }
public string RecipientEmail { get; set; }
}
}