fix password error

This commit is contained in:
zhouhao 2022-11-10 09:45:58 +08:00
parent 77b5c876a3
commit a96e189af1
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ public class MqttClientProvider implements NetworkProvider<MqttClientProperties>
String username = config.getUsername();
String password = config.getUsername();
String password = config.getPassword();
options.setClientId(clientId);
options.setPassword(password);