Skip to content

Commit

Permalink
[Feature] Add no security
Browse files Browse the repository at this point in the history
  • Loading branch information
emilps committed May 11, 2018
1 parent 2730ea9 commit f130459
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 f130459

Please sign in to comment.