diff --git a/js/beestat/api.js b/js/beestat/api.js index 46eb389..3bc0f34 100644 --- a/js/beestat/api.js +++ b/js/beestat/api.js @@ -178,7 +178,8 @@ beestat.api.prototype.load_ = function(response_text) { response.data.error_code === 10003 // Could not refresh ecobee token; ecobee returned no token. ) ) { - window.location.href = '/'; + // window.location.href = '/'; + window.location.href = 'https://beestat.io'; return; } else if (response.data && response.data.error_code === 1209) { // Could not get lock; safe to ignore as that means sync is running.