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

Function sendParentSignupInstructions

app/core/contact.js:41–47  ·  view source on GitHub ↗
(parentEmail)

Source from the content-addressed store, hash-verified

39 },
40
41 sendParentSignupInstructions (parentEmail) {
42 const jqxhr = $.ajax('/contact/send-parent-signup-instructions', {
43 method: 'POST',
44 data: { parentEmail }
45 })
46 return new Promise(jqxhr.then)
47 },
48
49 sendTeacherSignupInstructions (teacherEmail, studentName) {
50 const jqxhr = $.ajax('/contact/send-teacher-signup-instructions', {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected