Advertisement
Guest User

Untitled

a guest
Dec 28th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. axios.post('/rest-auth/login/', {
  2. username: 'nakee',
  3. password: 'kaluzghnyy'
  4. }).then(response => dispatch({
  5. type: LOGIN_SUCCESS,
  6. payload: response.data
  7. })).catch(error => dispatch({
  8. type: LOGIN_ERROR,
  9. payload: error
  10. }))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement