fix password error
This commit is contained in:
parent
77b5c876a3
commit
a96e189af1
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue