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

Function loginShreve

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

Source from the content-addressed store, hash-verified

169 },
170
171 loginShreve (attrs, options) {
172 if (options == null) { options = {} }
173 return fetchJson('/auth/login-shreve', _.assign({}, options, {
174 method: 'POST',
175 json: attrs
176 }))
177 },
178
179 loginHouston (attrs, options) {
180 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected