From 59e13a5541293348cf6195f5c64242e4e08070cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Sun, 22 Jan 2012 15:42:58 -0200 Subject: [PATCH] Remove space --- social_auth/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social_auth/views.py b/social_auth/views.py index b885d39..d1903a4 100644 --- a/social_auth/views.py +++ b/social_auth/views.py @@ -167,7 +167,7 @@ def complete_process(request, backend, *args, **kwargs): # in authenticate process social_user = user.social_user - if SESSION_EXPIRATION : + if SESSION_EXPIRATION: # Set session expiration date if present and not disabled by # setting. Use last social-auth instance for current provider, # users can associate several accounts with a same provider. -- 2.39.5