This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user