We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea47921 commit 1de206fCopy full SHA for 1de206f
src/reachy_mini/daemon/app/dashboard/static/js/wifi.js
@@ -68,6 +68,11 @@ const connectToWifi = (_) => {
68
throw new Error(errData.detail || 'Failed to connect to WiFi');
69
});
70
}
71
+
72
+ // Clear the form fields
73
+ document.getElementById('ssid').value = '';
74
+ document.getElementById('password').value = '';
75
76
return response.json();
77
})
78
.then(data => {
0 commit comments