refactor(ReceiverSecretDto): remove

This commit is contained in:
2025-09-09 20:32:35 +02:00
parent c59b179a8f
commit 7568274c77
7 changed files with 12 additions and 30 deletions

View File

@@ -25,6 +25,12 @@ public class ReceiverDto
/// </summary>
public required string Signature { get; set; }
/// <summary>
///
/// </summary>
[JsonIgnore]
public string? TotpSecretkey { get; set; }
/// <summary>
///
/// </summary>