fix mqtt username
Esse commit está contido em:
@@ -285,7 +285,7 @@ onMounted(() => {
|
||||
// thing
|
||||
const param: ThingParam = {
|
||||
host: res.data.mqtt_addr,
|
||||
username: username.value,
|
||||
username: res.data.mqtt_username,
|
||||
password: res.data.mqtt_password,
|
||||
connectCallback: 'connectCallback'
|
||||
}
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário