Skip to content

Commit

Permalink
Merge pull request #6 from TK-data/Frontend_surgefix
Browse files Browse the repository at this point in the history
[Feature] Add no security
  • Loading branch information
emilps authored May 11, 2018
2 parents 37c436d + f130459 commit ce34b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bpdashboard/src/actions/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { push } from 'react-router-redux';

const axios = require('axios');

axios.defaults.withCredentials = true;

export const POST_USER_REQUEST = 'POST_USER_REQUEST';
export const POST_USER_SUCCESS = 'POST_USER_SUCCESS';
Expand Down

0 comments on commit ce34b9c

Please sign in to comment.