mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Hide sensible value in Auth Header Credentials and Auth Query Credentials (#5534)
* ⚡️ Enable passord type on value * ⚡️ Enable password type on query auth cred
This commit is contained in:
@@ -22,6 +22,9 @@ export class HttpQueryAuth implements ICredentialType {
|
||||
displayName: 'Value',
|
||||
name: 'value',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
password: true,
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user