fix: MongoDB connection string parameter marked as password (#20868)

This commit is contained in:
Michael Kret 2025-10-16 20:14:22 +03:00 committed by GitHub
parent e4690e5ac5
commit 1eccd74ecf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,9 @@ export class MongoDb implements ICredentialType {
displayName: 'Connection String',
name: 'connectionString',
type: 'string',
typeOptions: {
password: true,
},
displayOptions: {
show: {
configurationType: ['connectionString'],