Last active
September 3, 2019 22:23
-
-
Save ryanpedersen42/5f95fa3505288bc4ad30d256526f5629 to your computer and use it in GitHub Desktop.
log out
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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