Guest User

Untitled

a guest
Jul 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. > 29 | .then(response => response.json())
  2. 30 | .then(user => {
  3. 31 | if (user.id) {
  4. 32 | this.props.loadUser(user)
  5. this.props.onRouteChange('home');
  6. }
  7. })
  8. }
Add Comment
Please, Sign In to add comment