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
Auth: prefer the user from the authenticate response.
This makes it so that if a user is returned in the response to `authenticate`, that user will be commited to the store and the additional request will not be sent.
This is especially useful when important server-side populating occurs during login.
0 commit comments