refactor(Receiver): make TfaRegDeadline nullable
This commit is contained in:
parent
e44fa0b7bd
commit
242e66cd8d
@ -33,7 +33,7 @@ namespace EnvelopeGenerator.Domain.Entities
|
||||
public string TotpSecretkey { get; set; }
|
||||
|
||||
[Column("TFA_REG_DEADLINE", TypeName = "datetime")]
|
||||
public DateTime TfaRegDeadline { get; set; }
|
||||
public DateTime? TfaRegDeadline { get; set; }
|
||||
|
||||
public List<EnvelopeReceiver> EnvelopeReceivers { get; set; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user