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

Function loginHouston

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

Source from the content-addressed store, hash-verified

177 },
178
179 loginHouston (attrs, options) {
180 if (options == null) { options = {} }
181 return fetchJson('/auth/login-houston', _.assign({}, options, {
182 method: 'POST',
183 json: attrs
184 }))
185 },
186
187 loginOpenAthens (attrs, options) {
188 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected