From: ryr Date: Thu, 18 Aug 2011 11:40:33 +0000 (+0700) Subject: fix missed line X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=14eed6eeec1491c996c779c7ba1b200d27ac8e7b;p=django-social-auth.git fix missed line --- diff --git a/social_auth/views.py b/social_auth/views.py index 7947b58..2ab18f4 100644 --- a/social_auth/views.py +++ b/social_auth/views.py @@ -167,4 +167,4 @@ def auth_complete(request, backend, user=None): error_key = getattr(settings, 'SOCIAL_AUTH_ERROR_KEY', None) if error_key: # store error in session request.session[error_key] = str(e) - return user \ No newline at end of file + return user