1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

small merge fix for sms mfa

This commit is contained in:
Adolfo Gómez García 2023-04-07 01:11:30 +02:00
parent b0bd76d5df
commit 71638a13a4
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -299,10 +299,6 @@ class SMSMFA(mfas.MFA):
)
# Any other value means no authentication
# If set ignoreCertificateErrors, do it
if self.ignoreCertificateErrors.isTrue():
session.verify = False
# Add headers. Headers are in the form of "Header: Value". (without the quotes)
if self.headersParameters.value.strip():
for header in self.headersParameters.value.split('\n'):