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
BREAKING CHANGE: Return result of all requests now returns all Axios values (such as request headers) and not just the data. Simply, now you need to go res.data.success instead of res.success.