mirror of https://github.com/Chocobozzz/PeerTube
Fix confirm modal containing 2 inputs
parent
439f5dfc7f
commit
2c8380a46f
|
@ -14,7 +14,7 @@
|
|||
|
||||
<input *ngIf="!isPasswordInput" type="text" id="confirmInput" name="confirmInput" [(ngModel)]="inputValue" />
|
||||
|
||||
<my-input-text inputId="confirmInput" [(ngModel)]="inputValue"></my-input-text>
|
||||
<my-input-text *ngIf="isPasswordInput" inputId="confirmInput" [(ngModel)]="inputValue"></my-input-text>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue