(attrs, options)
| 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 = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected