mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
✨ Add input-password #3375
This commit is contained in:
parent
ee663cce00
commit
972de8f111
3 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
export interface RegisterClientFormFieldOptions {
|
||||
name: string
|
||||
label: string
|
||||
type: 'input' | 'input-checkbox' | 'input-textarea' | 'markdown-text' | 'markdown-enhanced'
|
||||
type: 'input' | 'input-checkbox' | 'input-password' | 'input-textarea' | 'markdown-text' | 'markdown-enhanced'
|
||||
|
||||
descriptionHTML?: string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue