MCPcopy
hub / github.com/imsun/gitment / logout

Method logout

src/gitment.js:267–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265 }
266
267 logout() {
268 localStorage.removeItem(LS_ACCESS_TOKEN_KEY)
269 localStorage.removeItem(LS_USER_KEY)
270 this.state.user = {}
271 }
272
273 goto(page) {
274 this.state.currentPage = page

Callers 2

loadUserInfoMethod · 0.95
renderEditorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected