(state, updates)
| 31 | state.classroom = classroom |
| 32 | }, |
| 33 | updateSignupForm (state, updates) { |
| 34 | _.assign(state.signupForm, updates) |
| 35 | }, |
| 36 | updateSso (state, { ssoUsed, ssoAttrs }) { |
| 37 | _.assign(state.ssoAttrs, ssoAttrs) |
| 38 | state.ssoUsed = ssoUsed |
nothing calls this directly
no outgoing calls
no test coverage detected