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
When authentification failed, errors are not accessible (or I didn't figure how) in the Redux Store.
The action "redux-token-auth/SIGNIN_REQUEST_FAILED" has no "errors" attribute so I can't inform the user why it fails
I think it could be great to have errors from the server answer accessible in the frontend
The text was updated successfully, but these errors were encountered:
When authentification failed, errors are not accessible (or I didn't figure how) in the Redux Store.
The action "redux-token-auth/SIGNIN_REQUEST_FAILED" has no "errors" attribute so I can't inform the user why it fails
I think it could be great to have errors from the server answer accessible in the frontend
The text was updated successfully, but these errors were encountered: