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

Function loginLafourche

app/core/api/users.js:163–169  ·  view source on GitHub ↗
(attrs, options)

Source from the content-addressed store, hash-verified

161 },
162
163 loginLafourche (attrs, options) {
164 if (options == null) { options = {} }
165 return fetchJson('/auth/login-lafourche', _.assign({}, options, {
166 method: 'POST',
167 json: attrs
168 }))
169 },
170
171 loginShreve (attrs, options) {
172 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected