fix(Receiver): Behoben TotpExpiration Eigenschaft Column atribute name.
This commit is contained in:
parent
f39ac57009
commit
4af1534194
@ -27,7 +27,7 @@ namespace EnvelopeGenerator.Domain.Entities
|
||||
[Column("TOTP_SECRET_KEY", TypeName = "nvarchar(MAX)")]
|
||||
public string? TotpSecretkey { get; set; }
|
||||
|
||||
[Column("TOTP_SECRET_KEY", TypeName = "datetime")]
|
||||
[Column("TOTP_EXPIRATION", TypeName = "datetime")]
|
||||
public DateTime? TotpExpiration { get; set; }
|
||||
|
||||
public IEnumerable<EnvelopeReceiver>? EnvelopeReceivers { get; init; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user