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