feat(EnvelopeReceiver): TFAEnabled-Eigenschaft zu Entität und Basis-Dto hinzugefügt.

This commit is contained in:
Developer 02
2024-12-10 12:11:58 +01:00
parent 88d01e4ac7
commit f39ac57009
2 changed files with 5 additions and 0 deletions

View File

@@ -27,5 +27,7 @@ namespace EnvelopeGenerator.Application.DTOs.EnvelopeReceiver
public DateTime? ChangedWhen { get; init; }
public bool HasPhoneNumber { get; init; }
public bool TFAEnabled { get; init; }
}
}