From: Matías Aguirre Date: Mon, 17 Jan 2011 14:09:47 +0000 (-0200) Subject: Removed unnecesary spacing X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=db69eac674be48596ad0bcff2a68c7cd24d2cf52;p=django-social-auth.git Removed unnecesary spacing --- diff --git a/social_auth/conf.py b/social_auth/conf.py index de6f42a..84f0423 100644 --- a/social_auth/conf.py +++ b/social_auth/conf.py @@ -48,7 +48,7 @@ AX_ATTRS = AX_SCHEMA_ATTRS + OLD_AX_ATTRS SREG_ATTR = ['email', 'fullname', 'nickname'] OPENID_ID_FIELD = 'openid_identifier' SESSION_NAME = 'openid' -OPENID_GOOGLE_URL = 'https://www.google.com/accounts/o8/id' +OPENID_GOOGLE_URL = 'https://www.google.com/accounts/o8/id' OPENID_YAHOO_URL = 'http://yahoo.com' OPENID_LIVEJOURNAL_URL = 'http://%s.livejournal.com' OPENID_LIVEJOURNAL_USER_FIELD = 'openid_lj_user'