]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+signup/+register/steps/register-step-user.component.html
Theme fixes
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / steps / register-step-user.component.html
index bffcf0346cc257d4cca9506364a094b00754cfe0..e978caea87faafd3ffef712e1c456ceb91d62c3c 100644 (file)
@@ -15,7 +15,7 @@
       <div class="input-group">
         <input
           type="text" id="displayName" i18n-placeholder placeholder="Example: John Doe"
-          formControlName="displayName" [ngClass]="{ 'input-error': formErrors['displayName'] }"
+          formControlName="displayName" class="form-control" [ngClass]="{ 'input-error': formErrors['displayName'] }"
         >
       </div>
 
 
       <my-input-text
         formControlName="password" inputId="password"
-        [ngClass]="{ 'input-error': formErrors['password'] }" autocomplete="new-password"
+        [formError]="formErrors['password']" autocomplete="new-password"
       ></my-input-text>
-
-      <div *ngIf="formErrors.password" class="form-error">{{ formErrors.password }}</div>
     </div>
   </div>
 </form>