MCPcopy Create free account
hub / github.com/codecombat/codecombat / logoutAccount

Method logoutAccount

app/views/HomeView.js:400–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398 }
399
400 logoutAccount () {
401 Backbone.Mediator.publish('auth:logging-out', {})
402 return logoutUser()
403 }
404
405 destroy () {
406 this.cleanupModals()

Callers

nothing calls this directly

Calls 1

publishMethod · 0.80

Tested by

no test coverage detected