From 972de8f111fcacf523cf33062dd734e498df1081 Mon Sep 17 00:00:00 2001 From: madmath03 Date: Fri, 27 Nov 2020 19:51:25 +0000 Subject: :sparkles: Add input-password #3375 --- shared/models/plugins/register-client-form-field.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/models') diff --git a/shared/models/plugins/register-client-form-field.model.ts b/shared/models/plugins/register-client-form-field.model.ts index ec333e8d6..641d7490c 100644 --- a/shared/models/plugins/register-client-form-field.model.ts +++ b/shared/models/plugins/register-client-form-field.model.ts @@ -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 -- cgit v1.2.3