aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-28 11:29:54 +0200
committerChocobozzz <me@florianbigard.com>2022-06-28 11:29:54 +0200
commita334597283a3384fa4df7b6b25fd2a9ff9221467 (patch)
tree1125357d4486d8b9a52750f44697cae607e217da /client/src/app/+signup
parent4c8a099198cd3af049847df91140735354b85a92 (diff)
downloadPeerTube-a334597283a3384fa4df7b6b25fd2a9ff9221467.tar.gz
PeerTube-a334597283a3384fa4df7b6b25fd2a9ff9221467.tar.zst
PeerTube-a334597283a3384fa4df7b6b25fd2a9ff9221467.zip
Theme fixes
Diffstat (limited to 'client/src/app/+signup')
-rw-r--r--client/src/app/+signup/+register/steps/register-step-user.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+signup/+register/steps/register-step-user.component.html b/client/src/app/+signup/+register/steps/register-step-user.component.html
index 3e0d35006..e978caea8 100644
--- a/client/src/app/+signup/+register/steps/register-step-user.component.html
+++ b/client/src/app/+signup/+register/steps/register-step-user.component.html
@@ -15,7 +15,7 @@
15 <div class="input-group"> 15 <div class="input-group">
16 <input 16 <input
17 type="text" id="displayName" i18n-placeholder placeholder="Example: John Doe" 17 type="text" id="displayName" i18n-placeholder placeholder="Example: John Doe"
18 formControlName="displayName" [ngClass]="{ 'input-error': formErrors['displayName'] }" 18 formControlName="displayName" class="form-control" [ngClass]="{ 'input-error': formErrors['displayName'] }"
19 > 19 >
20 </div> 20 </div>
21 21