Skip to content

Commit

Permalink
init multifactor authentication setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hilpitome committed Apr 26, 2024
1 parent a0e37aa commit 6b276cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions importer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1301,6 +1301,13 @@ def main(
click.confirm("Do you want to continue?", abort=True)
clean_duplicates(resource_list, cascade_delete)
logging.info("Processing complete!")
elif setup == "multifactor_authenticaton":
logging.info("=========================================")
logging.info(
"You are about to add multifactor authentication to Keycloak"
)
click.confirm("Do you want to continue?", abort=True)
logging.info("Processing complete!")
else:
logging.error("Unsupported request!")
else:
Expand Down

0 comments on commit 6b276cd

Please sign in to comment.