mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(nodes-base): Apply lint rule node-param-type-options-missing-from-password (#4072)
* 👕 Enable rule * 👕 Apply rule
This commit is contained in:
@@ -104,6 +104,7 @@ export const meetingFields: INodeProperties[] = [
|
||||
displayName: 'Password',
|
||||
name: 'password',
|
||||
type: 'string',
|
||||
typeOptions: { password: true },
|
||||
default: '',
|
||||
description: 'Password to join the meeting with maximum 10 characters',
|
||||
},
|
||||
@@ -510,6 +511,7 @@ export const meetingFields: INodeProperties[] = [
|
||||
displayName: 'Password',
|
||||
name: 'password',
|
||||
type: 'string',
|
||||
typeOptions: { password: true },
|
||||
default: '',
|
||||
description: 'Password to join the meeting with maximum 10 characters',
|
||||
},
|
||||
|
||||
@@ -177,6 +177,7 @@ export const webinarFields: INodeProperties[] = [
|
||||
displayName: 'Password',
|
||||
name: 'password',
|
||||
type: 'string',
|
||||
typeOptions: { password: true },
|
||||
default: '',
|
||||
description: 'Password to join the webinar with maximum 10 characters',
|
||||
},
|
||||
@@ -519,6 +520,7 @@ export const webinarFields: INodeProperties[] = [
|
||||
displayName: 'Password',
|
||||
name: 'password',
|
||||
type: 'string',
|
||||
typeOptions: { password: true },
|
||||
default: '',
|
||||
description: 'Password to join the webinar with maximum 10 characters',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user