mirror of https://github.com/Chocobozzz/PeerTube
Fix confirm input attribute
parent
fff5a323fd
commit
d950a30bc3
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<input
|
<input
|
||||||
*ngIf="!isPasswordInput" type="text"
|
*ngIf="!isPasswordInput" type="text"
|
||||||
myAutofocusid="confirmInput" name="confirmInput"
|
myAutofocus id="confirmInput" name="confirmInput"
|
||||||
[(ngModel)]="inputValue" (keyup.enter)="confirm()"
|
[(ngModel)]="inputValue" (keyup.enter)="confirm()"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue