Skip to content

Commit

Permalink
ci: fix some checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Jan 16, 2024
1 parent 839b840 commit 2cdd7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws_adfs/authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _silverfort_extractor():
def extract():
return silverfort_mfa_auth.extract(html_response, config.ssl_verification, session)
return extract

def _safenet_extractor():
def extract():
return safenet_mfa.extract(html_response, config.ssl_verification, config.mfa_token_command, config.mfa_token, session)
Expand Down Expand Up @@ -230,4 +230,4 @@ def _is_safenet_mfa_authentication(html_response):
return (
element is not None
and element.get('value') == 'SafeNet-MFA'
)
)

0 comments on commit 2cdd7d2

Please sign in to comment.