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

Function loginArapahoe

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

Source from the content-addressed store, hash-verified

153 },
154
155 loginArapahoe (attrs, options) {
156 if (options == null) { options = {} }
157 return fetchJson('/auth/login-arapahoe', _.assign({}, options, {
158 method: 'POST',
159 json: attrs
160 }))
161 },
162
163 loginLafourche (attrs, options) {
164 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected