MCPcopy
hub / github.com/gitalk/gitalk / logout

Method logout

src/gitalk.jsx:354–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352 })
353 }
354 logout () {
355 this.setState({ user: null })
356 window.localStorage.removeItem(GT_ACCESS_TOKEN)
357 }
358 getRef = e => {
359 this.publicBtnEL = e
360 }

Callers 2

getUserInfoMethod · 0.95
GitalkComponentClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected