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 I use catch() to handle a rejection caused by invalid login credentials, angular will still warn about an unhandled rejection. I believe the line that causes this is:
When I use
catch()
to handle a rejection caused by invalid login credentials, angular will still warn about an unhandled rejection. I believe the line that causes this is:ng-token-auth/dist/ng-token-auth.js
Line 216 in d5d3d61
This rejection doesn't actually get returned anywhere. The promise being returned by the
submitLogin
function is returning a different promise.The text was updated successfully, but these errors were encountered: