Skip to content

Commit

Permalink
Fix error.
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed Feb 2, 2015
1 parent 17cb0bb commit 17a7d92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pybossa/util.py
Expand Up @@ -238,7 +238,6 @@ def init_app(self, app):
request_token_params={'scope': 'https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email'},
access_token_url='https://accounts.google.com/o/oauth2/token',
access_token_method='POST',
access_token_params={'grant_type': 'authorization_code'},
consumer_key=app.config['GOOGLE_CLIENT_ID'],
consumer_secret=app.config['GOOGLE_CLIENT_SECRET'])

Expand Down

0 comments on commit 17a7d92

Please sign in to comment.