Просмотр исходного кода

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

Kjell Winblad 2 лет назад
Родитель
Сommit
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
             })}