]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/plugins/register-client-form-field.model.ts
Don't guess remote tracker URL
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / register-client-form-field.model.ts
index ec333e8d69d6ac133ef01977efb53b023e804499..641d7490c806a734fe0a1a6f1d15334732eed82a 100644 (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