diff options
author | Andréas Livet <andreas.livet@gmail.com> | 2017-11-28 15:51:18 +0100 |
---|---|---|
committer | Bigard Florian <me@florianbigard.com> | 2017-11-28 15:51:18 +0100 |
commit | 83c663ef0e94242762ed5f6d2875fc55f4a5603e (patch) | |
tree | 63799895116668ab5a20c8608a87c07d17f3ac3d | |
parent | c60774b05b12d262ed27d8efeb0905ac283eeebb (diff) | |
download | PeerTube-83c663ef0e94242762ed5f6d2875fc55f4a5603e.tar.gz PeerTube-83c663ef0e94242762ed5f6d2875fc55f4a5603e.tar.zst PeerTube-83c663ef0e94242762ed5f6d2875fc55f4a5603e.zip |
Display error message in signup page (#128)
-rw-r--r-- | client/src/app/signup/signup.component.html | 2 |
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 b8b7826eb..ce123fb28 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 }}</div> | 6 | <div *ngIf="error" class="alert alert-danger">Error : {{ error.message }}</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"> |