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

Method showIndividualRegister

app/models/User.js:1477–1477  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1475 // Special flag to detect whether we're temporarily showing static html while loading full site
1476 showingStaticPagesWhileLoading () { return false }
1477 showIndividualRegister () { return !(features?.china != null ? features?.china : false) }
1478 showChinaRemindToast () { return features?.china != null ? features?.china : false }
1479 showOpenResourceLink () { return !(features?.china != null ? features?.china : false) }
1480 useStripe () { return (!((features?.china != null ? features?.china : false) || (features?.chinaInfra != null ? features?.chinaInfra : false))) && (this.get('preferredLanguage') !== 'nl-BE') }

Callers 1

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected