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:
parent
b0bd76d5df
commit
71638a13a4
@ -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'):
|
||||
|
Loading…
Reference in New Issue
Block a user