Update user-edit.component.html

fixes #1943
pull/2188/head
Knackie 2019-10-17 22:26:02 +02:00 committed by Chocobozzz
parent e063f46a0b
commit b37a508283
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
<input
type="text" id="email" i18n-placeholder placeholder="mail@example.com"
formControlName="email" [ngClass]="{ 'input-error': formErrors['email'] }"
autocomplete="off"
>
<div *ngIf="formErrors.email" class="form-error">
{{ formErrors.email }}