Skip to content

Commit 3e0d886

Browse files
Imam KhanImam Khan
Imam Khan
authored and
Imam Khan
committed
removed whitespace from line 431 as per Lint Test #364
1 parent d7a1958 commit 3e0d886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_auth_adfs/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def authenticate(self, request=None, authorization_code=None, **kwargs):
428428
if request and hasattr(request, "session"):
429429
username_claim = settings.USERNAME_CLAIM
430430
request.session["username_claim"] = claims[username_claim]
431-
431+
432432
user = self.process_access_token(access_token, adfs_response)
433433
return user
434434

0 commit comments

Comments
 (0)