mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix confirm input attribute
This commit is contained in:
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
Block a user