mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor: Enforce expanded sensitive inputs rules (no-changelog) (#6815)
* refactor: Enforce expanded sensitive inputs rules (no-changelog) * refactor: Add extra exemption * fix: Add setting to `sessionToken` fields * fix: Restore for `hidden` fields * fix: More edge case exemptions * fix: One more
This commit is contained in:
@@ -167,6 +167,7 @@ export const meetingFields: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Exclude Password',
|
||||
name: 'excludePassword',
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-type-options-password-missing
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Whether or not to exclude password from the meeting email invitation',
|
||||
@@ -746,6 +747,7 @@ export const meetingFields: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Exclude Password',
|
||||
name: 'excludePassword',
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-type-options-password-missing
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Whether or not to exclude password from the meeting email invitation',
|
||||
|
||||
Reference in New Issue
Block a user