mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
fix overindent lint failures
This commit is contained in:
@@ -523,7 +523,7 @@ class AuthView(APIView):
|
||||
not feature_enabled('ldap')) or \
|
||||
(not feature_enabled('enterprise_auth') and
|
||||
name in ['saml', 'radius']):
|
||||
continue
|
||||
continue
|
||||
|
||||
login_url = reverse('social:begin', args=(name,))
|
||||
complete_url = request.build_absolute_uri(reverse('social:complete', args=(name,)))
|
||||
|
||||
Reference in New Issue
Block a user