Back to Peertube

Register Step Terms.Component

client/src/app/+signup/+register/steps/register-step-terms.component.html

8.1.5365 B
Original Source

@if (requiresApproval()) { Why do you want to join {{ instanceName() }}? @if (formErrors.registrationReason) { {{ formErrors.registrationReason }} } } I am at least {{ minimumAge() }} years old and agree to the Terms @if (hasCodeOfConduct()) { and to the Code of Conduct } of {{ instanceName() }} @if (formErrors.terms) { {{ formErrors.terms }} }