You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
MatthewPringle
changed the title
sessionService.data.authenticated.user.providerData
sessionService.data.authenticated.user.providerData Not Updating
Jul 2, 2019
It's probably due to the auth token not being refreshed by default after a profile update. That is a manual step right now. Feel free to play around and I'll take a look at some point too,
sessionService.data.authenticated.user.providerData doesn't update when I add other providers.
If I log the session.data.authenticated.user object I can see it is updated, but Ember never sees the update and no computed properties update.
The text was updated successfully, but these errors were encountered: