refactor: ♻️ Small changes around the header auth

This commit is contained in:
tidusjar 2022-03-02 20:15:56 +00:00
commit fdb54989b0
3 changed files with 11 additions and 10 deletions

View file

@ -15,6 +15,5 @@ namespace Ombi.Settings.Settings.Models
public bool EnableOAuth { get; set; } // Plex OAuth
public bool EnableHeaderAuth { get; set; } // Header SSO
public string HeaderAuthVariable { get; set; } // Header SSO
}
}