omgwtf so many changes. #865

This commit is contained in:
tidusjar 2017-09-15 22:15:45 +01:00
parent 64d37c37a3
commit 2e8f08fef1
38 changed files with 264 additions and 135 deletions

View file

@ -10,6 +10,7 @@ namespace Ombi.Core.Models.UI
public List<ClaimCheckboxes> Claims { get; set; }
public string EmailAddress { get; set; }
public string Password { get; set; }
public bool IsSetup { get; set; }
public UserType UserType { get; set; }
}