fix(emqx_bridge_mqtt_actions): string -> password
This commit is contained in:
parent
f548888af9
commit
829a39eade
|
@ -94,7 +94,7 @@
|
|||
},
|
||||
password => #{
|
||||
order => 6,
|
||||
type => string,
|
||||
type => password,
|
||||
required => false,
|
||||
default => <<"">>,
|
||||
title => #{en => <<"Password">>,
|
||||
|
@ -296,7 +296,7 @@
|
|||
},
|
||||
password => #{
|
||||
order => 6,
|
||||
type => string,
|
||||
type => password,
|
||||
required => false,
|
||||
default => <<"">>,
|
||||
title => #{en => <<"Password">>,
|
||||
|
|
Loading…
Reference in New Issue