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 custom axios utility that we are using does send the auth token with every request by default. This forces us to specify the auth token in every ajax request that we make. We intend to fix this and allow axios to send the token automatically.