fix(Envelope): remove farmework condition of tfa enabled

This commit is contained in:
2025-08-20 17:21:19 +02:00
parent d8200993af
commit e64ac4b5e7
6 changed files with 16 additions and 13 deletions

View File

@@ -71,7 +71,7 @@ Public Class EnvelopeEditorController
Dim oEnvelope As New Envelope() With {
.UserId = State.UserId,
.User = UserModel.SelectUser(),
.TFA_Enabled = DEF_TF_ENABLED
.TfaEnabled = DEF_TF_ENABLED
}
If EnvelopeModel.Insert(oEnvelope) Then