Skip to content

Commit 5a4da2b

Browse files
authored
Merge pull request #51 from Secretmapper/bug/fix-auth
Support auth
2 parents a0621e1 + 73e09f3 commit 5a4da2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/rpc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class RPC {
2222
return fetch(this._url, {
2323
method: 'POST',
2424
headers,
25+
credentials: 'include',
2526
body
2627
}).then((response) => {
2728
if (response.status === 502) {

0 commit comments

Comments
 (0)