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