Skip to content

Commit f93ae15

Browse files
committed
revert to sending credentials in request.
1 parent 0a756f7 commit f93ae15

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bravue",
3-
"version": "0.18.1",
3+
"version": "0.18.3",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

src/components/table/EqtlCondTable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export default {
127127
headers: {
128128
"Content-type": "application/json; charset=utf-8",
129129
},
130+
credentials: "include"
130131
},
131132
ajaxContentType: "json",
132133
ajaxRequesting: () => {

src/components/table/EqtlTable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export default {
9595
headers: {
9696
"Content-type": "application/json; charset=utf-8",
9797
},
98+
credentials: "include"
9899
},
99100
ajaxContentType: "json",
100101
ajaxRequesting: () => {

0 commit comments

Comments
 (0)