diff options
Diffstat (limited to 'client')
-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 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"> |