fix(Envelope): remove farmework condition of tfa enabled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user