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

Method onClickLoginButton

app/views/user/UserOptInView.js:67–70  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

65 }
66
67 onClickLoginButton (e) {
68 const AuthModal = require('views/core/AuthModal')
69 return this.openModalView(new AuthModal())
70 }
71 }
72 UserOptInView.initClass()
73 return UserOptInView

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected