stormpath / Turnstile

An authentication framework for Swift.
Apache License 2.0
165 stars 29 forks source link

Return the Google account with email #30

Closed robwettach closed 7 years ago

robwettach commented 7 years ago

The email address is being set on an account variable, but then a completely new instance of GoogleAccount was returned, so the email information was lost. Now the instance that has the email field set is returned.

edjiang commented 7 years ago

Oops, my bad =] thanks!

edjiang commented 7 years ago

I will tag after ITs run on master. They'll always fail on PRs since I'm using secret environment variables on Travis.

edjiang commented 7 years ago

Tagged as 1.0.5. Thanks Rob!