diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/modal/confirm.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/modal/confirm.component.html b/client/src/app/modal/confirm.component.html index f364165c4..6584db3e6 100644 --- a/client/src/app/modal/confirm.component.html +++ b/client/src/app/modal/confirm.component.html | |||
@@ -14,7 +14,7 @@ | |||
14 | 14 | ||
15 | <input *ngIf="!isPasswordInput" type="text" id="confirmInput" name="confirmInput" [(ngModel)]="inputValue" /> | 15 | <input *ngIf="!isPasswordInput" type="text" id="confirmInput" name="confirmInput" [(ngModel)]="inputValue" /> |
16 | 16 | ||
17 | <my-input-text inputId="confirmInput" [(ngModel)]="inputValue"></my-input-text> | 17 | <my-input-text *ngIf="isPasswordInput" inputId="confirmInput" [(ngModel)]="inputValue"></my-input-text> |
18 | </div> | 18 | </div> |
19 | </div> | 19 | </div> |
20 | 20 | ||