Update default 'opt-in' state for teacher registration

This commit is contained in:
Andrew Sliwinski 2018-05-21 15:55:42 -04:00 committed by Ray Schamp
parent 71af5978ad
commit f6a11e1c43

View file

@ -1246,6 +1246,7 @@ class EmailStep extends React.Component {
value
help={null}
name="subscribe"
value={false}
valueLabel={
this.props.intl.formatMessage({id: 'registration.optIn'})
}