mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Use 16 as offset for teacher registration as per GDPR
This commit is contained in:
parent
57c65c82f7
commit
ca6d78d928
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ class TeacherRegistration extends React.Component {
|
|||
}
|
||||
render () {
|
||||
const permissions = this.props.session.permissions || {};
|
||||
|
||||
|
||||
return (
|
||||
<Deck className="teacher-registration">
|
||||
{this.state.registrationError ?
|
||||
|
@ -106,7 +106,7 @@ class TeacherRegistration extends React.Component {
|
|||
onNextStep={this.handleAdvanceStep}
|
||||
/>
|
||||
<Steps.DemographicsStep
|
||||
birthOffset={13}
|
||||
birthOffset={16}
|
||||
waiting={this.state.waiting}
|
||||
onNextStep={this.handleAdvanceStep}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue