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

Function verifyRelatedAccount

app/core/api/users.js:209–214  ·  view source on GitHub ↗
({ userAskingToRelateId, body })

Source from the content-addressed store, hash-verified

207 },
208
209 verifyRelatedAccount ({ userAskingToRelateId, body }) {
210 return fetchJson(`/db/user/related-accounts/${userAskingToRelateId}/verify`, _.assign({}, {
211 method: 'PUT',
212 json: body
213 }))
214 },
215
216 sendVerifyEmail (body) {
217 return fetchJson('/db/user/related-accounts/confirm-email', _.assign({}, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected