mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
[A11y] Improve customer account forms (#5034)
This commit is contained in:
committed by
GitHub
parent
3e335bcbfe
commit
2b735bec0b
@@ -122,7 +122,7 @@ class LoginView(RedirectBackMixin, FormView):
|
||||
def get_context_data(self, **kwargs):
|
||||
return super().get_context_data(
|
||||
**kwargs,
|
||||
providers=self.request.organizer.sso_providers.all()
|
||||
providers=self.request.organizer.sso_providers.filter(is_active=True)
|
||||
)
|
||||
|
||||
def get_form_kwargs(self):
|
||||
|
||||
Reference in New Issue
Block a user