aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-11-29 09:07:09 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-11-29 09:07:09 +0100
commit14063e965672ed724b7bfea6686acc14923e07a7 (patch)
tree95e1bbfd7390187eb0bf1d48d08396a4b0588733
parent62c852b2b40b4f42c32941deb1b1ccd3f17bcd98 (diff)
downloadPeerTube-14063e965672ed724b7bfea6686acc14923e07a7.tar.gz
PeerTube-14063e965672ed724b7bfea6686acc14923e07a7.tar.zst
PeerTube-14063e965672ed724b7bfea6686acc14923e07a7.zip
Fix error display on signup page
-rw-r--r--client/src/app/signup/signup.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/signup/signup.component.html b/client/src/app/signup/signup.component.html
index ce123fb28..b8b7826eb 100644
--- a/client/src/app/signup/signup.component.html
+++ b/client/src/app/signup/signup.component.html
@@ -3,7 +3,7 @@
3 3
4 <h3>Signup</h3> 4 <h3>Signup</h3>
5 5
6 <div *ngIf="error" class="alert alert-danger">Error : {{ error.message }}</div> 6 <div *ngIf="error" class="alert alert-danger">{{ error }}</div>
7 7
8 <form role="form" (ngSubmit)="signup()" [formGroup]="form"> 8 <form role="form" (ngSubmit)="signup()" [formGroup]="form">
9 <div class="form-group"> 9 <div class="form-group">