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

Function updateSignupForm

ozaria/site/store/StudentAuthStoreModule.js:33–35  ·  view source on GitHub ↗
(state, updates)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected