This commit is contained in:
2020-05-08 22:36:53 +00:00
parent e30db21b57
commit 94bb06e249
4 changed files with 39 additions and 9 deletions

View File

@@ -22,8 +22,8 @@ namespace AyaNova.Models
public string Salt { get; set; }
[Required]
public AuthorizationRoles Roles { get; set; }
// [Required]
// public long TranslationId { get; set; }
[JsonIgnore]
public string CurrentAuthToken { get; set; }
public string DlKey { get; set; }
public DateTime? DlKeyExpire { get; set; }