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

Method onClickLogInButton

app/views/courses/CoursesView.js:577–581  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

575 }
576
577 onClickLogInButton () {
578 const modal = new AuthModal()
579 this.openModalView(modal)
580 return (window.tracker != null ? window.tracker.trackEvent('Students Login Started', { category: 'Students' }) : undefined)
581 }
582
583 openSignUpModal () {
584 if (window.tracker != null) {

Callers

nothing calls this directly

Calls 1

trackEventMethod · 0.45

Tested by

no test coverage detected