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

This commit is contained in:
Kjell Winblad 2023-05-10 10:38:40 +02:00
parent 48db98d75b
commit 08af90daa9
1 changed files with 1 additions and 0 deletions

View File

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