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