Skip to content

Instantly share code, notes, and snippets.

@gpDA
Created September 10, 2019 16:57
Show Gist options
  • Save gpDA/0aa047fb2b1f9283e849c9490d1fe2da to your computer and use it in GitHub Desktop.
Save gpDA/0aa047fb2b1f9283e849c9490d1fe2da to your computer and use it in GitHub Desktop.
handleLogInSubmit = () => {
Auth.SignIn(email, password)
.then((response) => {
localStorage.setItem('isLogged', true)
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment