diff --git a/apps/emqx_bridge_mqtt/src/emqx_bridge_mqtt_actions.erl b/apps/emqx_bridge_mqtt/src/emqx_bridge_mqtt_actions.erl index 7a1c55798..7d1bd23e6 100644 --- a/apps/emqx_bridge_mqtt/src/emqx_bridge_mqtt_actions.erl +++ b/apps/emqx_bridge_mqtt/src/emqx_bridge_mqtt_actions.erl @@ -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">>,