Guest User

Untitled

a guest
Feb 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. async onSubmit() {
  2. const {login} = this.props;
  3.  
  4. // Set loading state here
  5. try {
  6. const response = await login({username: "test", password: "topsecret"});
  7.  
  8. } catch (err) {
  9. // Handle errors here
  10. }
  11. }
Add Comment
Please, Sign In to add comment