Guest User

Untitled

a guest
Mar 19th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class SignUp extends React.Component {
  2. state = {
  3. username: '',
  4. password: '',
  5. email: '',
  6. phone_number: '',
  7. authCode: ''
  8. }
  9. // rest of the class
  10. }
Add Comment
Please, Sign In to add comment