diff --git a/authentik/stages/identification/stage.py b/authentik/stages/identification/stage.py index ed61e8adad5c..8be41825d547 100644 --- a/authentik/stages/identification/stage.py +++ b/authentik/stages/identification/stage.py @@ -237,8 +237,6 @@ def get_challenge(self) -> Challenge: ) for source in sources: ui_login_button = source.ui_login_button(self.request) - if source.component == "": - continue if ui_login_button: button = asdict(ui_login_button) source_challenge = ui_login_button.challenge