mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-30 18:01:23 +08:00
fix: MongoDB connection string parameter marked as password (#20868)
This commit is contained in:
@@ -30,6 +30,9 @@ export class MongoDb implements ICredentialType {
|
||||
displayName: 'Connection String',
|
||||
name: 'connectionString',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
password: true,
|
||||
},
|
||||
displayOptions: {
|
||||
show: {
|
||||
configurationType: ['connectionString'],
|
||||
|
||||
Reference in New Issue
Block a user