Skip to content

Commit

Permalink
More cleanup.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Sep 23, 2024
1 parent 082ec0a commit 0b5e809
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions galaxy_ng/app/dynaconf_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,6 @@ def configure_authentication_backends(settings: Dynaconf, data: Dict[str, Any])
if (preset_list := settings.AUTHENTICATION_BACKEND_PRESETS_DATA.get(preset_name)) is not None:
backends.extend([item for item in preset_list if item not in backends])

# if 'Super' in str(type(settings)):
# import epdb; epdb.st()

# insert the AAP migrated user backend
prefix_backend = "ansible_base.lib.backends.prefixed_user_auth.PrefixedUserAuthBackend"
if prefix_backend not in backends:
Expand Down

0 comments on commit 0b5e809

Please sign in to comment.