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
This implementation currently fails to send cookies along with a request (even though that was intended).
This is because `credentials: include` is included in the list of headers rather than being passed as an option.
Fixes#505
0 commit comments