mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 03:50:08 -07:00
Fixed the issue when enabling the Hide Request Users included system users e.g. API key user #2232
This commit is contained in:
parent
48faf65d4b
commit
2b227e7201
2 changed files with 3 additions and 1 deletions
|
@ -36,6 +36,8 @@ namespace Ombi.Store.Entities
|
|||
|
||||
[NotMapped]
|
||||
public bool EmailLogin { get; set; }
|
||||
|
||||
[NotMapped] public bool IsSystemUser => UserType == UserType.SystemUser;
|
||||
|
||||
[JsonIgnore]
|
||||
public override string PasswordHash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue