1
0
Fork 0
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:
madmath03 2020-11-27 19:51:25 +00:00 committed by Chocobozzz
parent ee663cce00
commit 972de8f111
3 changed files with 4 additions and 2 deletions

View file

@ -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