mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
fix tabindex on login page
This commit is contained in:
@@ -19,6 +19,7 @@ export class InputToggleHiddenComponent implements ControlValueAccessor {
|
||||
@Input() value = ''
|
||||
@Input() autocomplete = 'off'
|
||||
@Input() placeholder = ''
|
||||
@Input() tabindex = 0
|
||||
@Input() withToggle = true
|
||||
@Input() withCopy = false
|
||||
@Input() readonly = false
|
||||
|
||||
Reference in New Issue
Block a user