Skip to content

Commit

Permalink
Merge pull request stormpath#88 from cpi-zachary-cassity/patch-1
Browse files Browse the repository at this point in the history
Update views.py
  • Loading branch information
rdegges authored Dec 28, 2016
2 parents 41401ab + 52f0419 commit e4101aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_stormpath/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def google_login():
'is_default_group_store': False,
})

# Lastly, let's retry the Facebook login one more time.
# Lastly, let's retry the Google login one more time.
account = User.from_google(code)

# Now we'll log the new user into their account. From this point on, this
Expand Down

0 comments on commit e4101aa

Please sign in to comment.