Fix error display on signup page

This commit is contained in:
Chocobozzz 2017-11-29 09:07:09 +01:00
parent 62c852b2b4
commit 14063e9656
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<h3>Signup</h3>
<div *ngIf="error" class="alert alert-danger">Error : {{ error.message }}</div>
<div *ngIf="error" class="alert alert-danger">{{ error }}</div>
<form role="form" (ngSubmit)="signup()" [formGroup]="form">
<div class="form-group">