mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🔥 Remove wrong placeholder
This commit is contained in:
parent
3ee39f1ce4
commit
41643a72fd
|
@ -13,7 +13,6 @@ export class ElasticsearchApi implements ICredentialType {
|
||||||
name: 'username',
|
name: 'username',
|
||||||
type: 'string' as NodePropertyTypes,
|
type: 'string' as NodePropertyTypes,
|
||||||
default: '',
|
default: '',
|
||||||
placeholder: 'hello@n8n.io',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Password',
|
displayName: 'Password',
|
||||||
|
|
Loading…
Reference in a new issue