diff --git a/flask_stormpath/views.py b/flask_stormpath/views.py index 451dc5c..f56d043 100644 --- a/flask_stormpath/views.py +++ b/flask_stormpath/views.py @@ -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