]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+signup/+register/register-step-terms.component.ts
Improve advanced input filter
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / register-step-terms.component.ts
index db834c68d1c0585d0109d2954c36b47130044224..20c1ae1c491d267ccdc8b7b2018940cab21baf1e 100644 (file)
@@ -12,6 +12,7 @@ import { FormReactive, FormValidatorService } from '@app/shared/shared-forms'
 })
 export class RegisterStepTermsComponent extends FormReactive implements OnInit {
   @Input() hasCodeOfConduct = false
+  @Input() minimumAge = 16
 
   @Output() formBuilt = new EventEmitter<FormGroup>()
   @Output() termsClick = new EventEmitter<void>()