Преглед на файлове

fix: the iotdb password field so it has the password format

Kjell Winblad преди 2 години
родител
ревизия
08af90daa9
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      apps/emqx_bridge_iotdb/src/emqx_bridge_iotdb.erl

+ 1 - 0
apps/emqx_bridge_iotdb/src/emqx_bridge_iotdb.erl

@@ -54,6 +54,7 @@ fields(auth_basic) ->
             mk(binary(), #{
                 required => true,
                 desc => ?DESC("config_auth_basic_password"),
+                format => <<"password">>,
                 sensitive => true,
                 converter => fun emqx_schema:password_converter/2
             })}