MCPcopy Index your code
hub / github.com/codecombat/codecombat / onClickClasslinkLoginButton

Method onClickClasslinkLoginButton

app/views/core/AuthModal.js:327–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325 }
326
327 async onClickClasslinkLoginButton () {
328 const handler = new ClassLinkHandler()
329 return this.onClickEdlinkLoginButton(handler)
330 }
331
332 async onClickEdlinkLoginButton (handler) {
333 const { loggedIn } = await handler.logInWithEdlink()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected