diff --git a/assets/webconfig/js/wizard.js b/assets/webconfig/js/wizard.js index eb1e24be..6312b97c 100755 --- a/assets/webconfig/js/wizard.js +++ b/assets/webconfig/js/wizard.js @@ -795,7 +795,9 @@ function checkHueBridge(cb, hueUser) { var host = hueIPs[hueIPsinc].host; var port = hueIPs[hueIPsinc].port; - getProperties_hue_bridge(cb, decodeURIComponent(host), port, usr); + if (usr != '') { + getProperties_hue_bridge(cb, decodeURIComponent(host), port, usr); + } if (isAPIv2Ready) { $('#port').val(443);