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

Function updateSso

ozaria/site/store/StudentAuthStoreModule.js:36–39  ·  view source on GitHub ↗
(state, { ssoUsed, ssoAttrs })

Source from the content-addressed store, hash-verified

34 _.assign(state.signupForm, updates)
35 },
36 updateSso (state, { ssoUsed, ssoAttrs }) {
37 _.assign(state.ssoAttrs, ssoAttrs)
38 state.ssoUsed = ssoUsed
39 },
40 updateEmail (state, { email }) {
41 state.email = email
42 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected