mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 15:32:37 -07:00
User management
This commit is contained in:
parent
e77add75a1
commit
d75e309e18
8 changed files with 88 additions and 41 deletions
|
@ -16,6 +16,7 @@ namespace PlexRequests.UI.Models
|
|||
public UserType Type { get; set; }
|
||||
public string EmailAddress { get; set; }
|
||||
public UserManagementPlexInformation PlexInfo { get; set; }
|
||||
public string[] ClaimsArray { get; set; }
|
||||
}
|
||||
|
||||
public class UserManagementPlexInformation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue