Skip to content

Commit

Permalink
[wip] cookies - gotta leave
Browse files Browse the repository at this point in the history
  • Loading branch information
dandiflower committed Jul 12, 2018
1 parent ce50dc0 commit c4d0043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class MERN extends Component {
}

componentDidMount() {
axios.defaults.headers.common['Authorization'] = localStorage.getItem('jwtToken');
//axios.defaults.headers.common['Authorization'] = localStorage.getItem('jwtToken');
axios.get('/api/person')
.then(res => {
console.log(res)
Expand Down

0 comments on commit c4d0043

Please sign in to comment.