Include a notice during account creation for under-18 users (#927)
This commit is contained in:
@@ -116,7 +116,10 @@ export const Step2 = observer(({model}: {model: CreateAccountModel}) => {
|
||||
</View>
|
||||
|
||||
{model.serviceDescription && (
|
||||
<Policies serviceDescription={model.serviceDescription} />
|
||||
<Policies
|
||||
serviceDescription={model.serviceDescription}
|
||||
needsGuardian={!model.isAge18}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user