This commit is contained in:
2023-02-22 00:05:50 +00:00
parent 2682fb12f6
commit 2bd20a0203
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ namespace Sockeye.Models
[Required]
public string EmailConfirmCode { get; set; }
public bool EmailValidated { get; set; } = false;
public DateTime Requested { get; set; }
public DateTime Requested { get; set; } = DateTime.UtcNow;
public DateTime? Processed { get; set; }
public TrialRequestStatus Status { get; set; } = TrialRequestStatus.New;
public string RejectReason { get; set; }