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
At line 23 and 24 of authService.js, use "data.data.token" and "return data.data" instead, because the "data" object has many other properties and the "data" property of it is what we need here.
The text was updated successfully, but these errors were encountered:
At line 23 and 24 of authService.js, use "data.data.token" and "return data.data" instead, because the "data" object has many other properties and the "data" property of it is what we need here.
The text was updated successfully, but these errors were encountered: