Skip to content

Commit

Permalink
revert to sending credentials in request.
Browse files Browse the repository at this point in the history
  • Loading branch information
grosscol committed Jan 21, 2025
1 parent 0a756f7 commit f93ae15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bravue",
"version": "0.18.1",
"version": "0.18.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
1 change: 1 addition & 0 deletions src/components/table/EqtlCondTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export default {
headers: {
"Content-type": "application/json; charset=utf-8",
},
credentials: "include"
},
ajaxContentType: "json",
ajaxRequesting: () => {
Expand Down
1 change: 1 addition & 0 deletions src/components/table/EqtlTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export default {
headers: {
"Content-type": "application/json; charset=utf-8",
},
credentials: "include"
},
ajaxContentType: "json",
ajaxRequesting: () => {
Expand Down

0 comments on commit f93ae15

Please sign in to comment.