mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
#387 trim the spaces from the api key. Tidied up the setting models a bit.
This commit is contained in:
parent
c5ad97780f
commit
6392ee0bde
18 changed files with 287 additions and 297 deletions
|
@ -26,7 +26,7 @@
|
|||
#endregion
|
||||
namespace PlexRequests.Core.SettingModels
|
||||
{
|
||||
public class EmailNotificationSettings : NotificationSettings
|
||||
public sealed class EmailNotificationSettings : NotificationSettings
|
||||
{
|
||||
public string EmailHost { get; set; }
|
||||
public string EmailPassword { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue