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

Function sendVerifyEmail

app/core/api/users.js:216–221  ·  view source on GitHub ↗
(body)

Source from the content-addressed store, hash-verified

214 },
215
216 sendVerifyEmail (body) {
217 return fetchJson('/db/user/related-accounts/confirm-email', _.assign({}, {
218 method: 'POST',
219 json: body
220 }))
221 },
222
223 getFullNames (json, options) {
224 return fetchJson('/db/user/-/getFullNames', _.assign({}, options, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected