diff --git a/js/components/ascribe_forms/form_signup.js b/js/components/ascribe_forms/form_signup.js index 90d5e3ec..73a4ad3f 100644 --- a/js/components/ascribe_forms/form_signup.js +++ b/js/components/ascribe_forms/form_signup.js @@ -28,7 +28,8 @@ let SignupForm = React.createClass({ React.PropTypes.arrayOf(React.PropTypes.element), React.PropTypes.element, React.PropTypes.string - ]) + ]), + whitelabel: React.PropTypes.object }, mixins: [History], @@ -61,7 +62,8 @@ let SignupForm = React.createClass({ const { children, headerMessage, location: { query: { email: emailQuery } }, - submitMessage } = this.props; + submitMessage, + whitelabel: { name: whitelabelName} } = this.props; const tooltipPassword = getLangText('Your password must be at least 10 characters') + '.\n ' + getLangText('This password is securing your digital property like a bank account') + '.\n ' + @@ -85,7 +87,7 @@ let SignupForm = React.createClass({ }>