Skip to content

Commit

Permalink
rm cruft, re #580
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Feb 20, 2020
1 parent a129977 commit b365c64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,7 @@ var store = new Vuex.Store({
method: 'GET',
headers: new Headers({
Authorization: 'Bearer ' + server.token
}),
withCredentials: false
})
});
})
.then(function(response) {
Expand Down

0 comments on commit b365c64

Please sign in to comment.