aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorKnackie <43431712+Knackie@users.noreply.github.com>2019-10-17 22:26:02 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-10-19 12:46:10 +0200
commitb37a50828337264ac2d27cd44595808baa76a59a (patch)
treee50c1d892e507562f15a8231ad42ae15a46ecb98 /client/src
parente063f46a0b8c99429b033b1104f4427163f283b5 (diff)
downloadPeerTube-b37a50828337264ac2d27cd44595808baa76a59a.tar.gz
PeerTube-b37a50828337264ac2d27cd44595808baa76a59a.tar.zst
PeerTube-b37a50828337264ac2d27cd44595808baa76a59a.zip
Update user-edit.component.html
fixes #1943
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/+admin/users/user-edit/user-edit.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+admin/users/user-edit/user-edit.component.html b/client/src/app/+admin/users/user-edit/user-edit.component.html
index cb0f36f05..6282d48a4 100644
--- a/client/src/app/+admin/users/user-edit/user-edit.component.html
+++ b/client/src/app/+admin/users/user-edit/user-edit.component.html
@@ -20,6 +20,7 @@
20 <input 20 <input
21 type="text" id="email" i18n-placeholder placeholder="mail@example.com" 21 type="text" id="email" i18n-placeholder placeholder="mail@example.com"
22 formControlName="email" [ngClass]="{ 'input-error': formErrors['email'] }" 22 formControlName="email" [ngClass]="{ 'input-error': formErrors['email'] }"
23 autocomplete="off"
23 > 24 >
24 <div *ngIf="formErrors.email" class="form-error"> 25 <div *ngIf="formErrors.email" class="form-error">
25 {{ formErrors.email }} 26 {{ formErrors.email }}