]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+signup/+register/register-step-user.component.html
Merge remote-tracking branch 'weblate/develop' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / register-step-user.component.html
index 6eab4df0c8ea65fe459a46f343d9f9617c6329d6..cab21c6559a4148fc119e8010ddfccff77a8a8b5 100644 (file)
@@ -54,7 +54,7 @@
 
   <div class="form-group">
     <label for="password" i18n>Password</label>
-    <my-input-toggle-hidden formControlName="password" id="password"
+    <my-input-toggle-hidden formControlName="password" inputId="password"
                             i18n-placeholder placeholder="Password"
                             [ngClass]="{ 'input-error': formErrors['password'] }"
                             autocomplete="new-password"></my-input-toggle-hidden>
     </div>
   </div>
 
-  <div class="form-group form-group-terms">
-    <my-peertube-checkbox inputName="terms" formControlName="terms">
-      <ng-template ptTemplate="label">
-        <ng-container i18n>
-          I am at least 16 years old and agree
-          to the <a (click)="onTermsClick($event)" href='#'>Terms</a>
-          <ng-container *ngIf="hasCodeOfConduct"> and to the <a (click)="onCodeOfConductClick($event)" href='#'>Code of Conduct</a></ng-container>
-          of this instance
-        </ng-container>
-      </ng-template>
-    </my-peertube-checkbox>
-
-    <div *ngIf="formErrors.terms" class="form-error">
-      {{ formErrors.terms }}
-    </div>
-  </div>
 </form>