Update default 'opt-in' state for teacher registration

This commit is contained in:
Andrew Sliwinski 2018-05-21 15:55:42 -04:00
parent 881c2affa4
commit d78d78e1fa

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'})
}