]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+signup/+register/register.component.html
Fix comment in PR template
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / register.component.html
index dc1c7496f7d02b53c015a293f24489060313a071..de72065d3d0467de5d1804c4c10381ce0791dc3b 100644 (file)
@@ -17,6 +17,7 @@
 
           <my-register-step-terms
             [hasCodeOfConduct]="!!aboutHtml.codeOfConduct"
+            [minimumAge]="minimumAge"
             (formBuilt)="onTermsFormBuilt($event)" (termsClick)="onTermsClick()" (codeOfConductClick)="onCodeOfConductClick()"
           ></my-register-step-terms>