mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Don't lose fields that were added in a previous login, but that aren't received on a subsequent one. An example of this is the refresh token sent from Google only on first login, in the case that the service is configured on "offline" mode. This is a prerequisite for merging in #464