diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/reset-password/reset-password.component.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/reset-password/reset-password.component.html b/client/src/app/reset-password/reset-password.component.html index d142c523f..9cf623c64 100644 --- a/client/src/app/reset-password/reset-password.component.html +++ b/client/src/app/reset-password/reset-password.component.html | |||
@@ -3,8 +3,6 @@ | |||
3 | Reset my password | 3 | Reset my password |
4 | </div> | 4 | </div> |
5 | 5 | ||
6 | <div *ngIf="error" class="alert alert-danger">{{ error }}</div> | ||
7 | |||
8 | <form role="form" (ngSubmit)="resetPassword()" [formGroup]="form"> | 6 | <form role="form" (ngSubmit)="resetPassword()" [formGroup]="form"> |
9 | <div class="form-group"> | 7 | <div class="form-group"> |
10 | <label for="password">Password</label> | 8 | <label for="password">Password</label> |