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
If the username or email was incorrect, you will get a 401 UNAUTHORISED and the following:
{
success : false,
message : 'Email or password is invalid',
error : 'login_fail'
}
If there was a server error, you will get a `500 SERVER ERROR` and possibly the following: