Skip to content

Instantly share code, notes, and snippets.

@ryanpedersen42
Last active September 3, 2019 22:23
Show Gist options
  • Select an option

  • Save ryanpedersen42/5f95fa3505288bc4ad30d256526f5629 to your computer and use it in GitHub Desktop.

Select an option

Save ryanpedersen42/5f95fa3505288bc4ad30d256526f5629 to your computer and use it in GitHub Desktop.
log out
//log user out
handleLogout = async () => {
const { box } = this.state;
await box.logout();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment