We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8385046 commit ddbded7Copy full SHA for ddbded7
lib/tahoma.js
@@ -512,7 +512,7 @@ Tahoma.prototype.login = function (callback) {
512
return;
513
}
514
515
- if (controller.context.config.bearer_token) {
+ if ((controller.local_url.length > 0) && controller.context.config.bearer_token) {
516
controller.lastEventTime = new Date().getTime();
517
controller.setConnected(true);
518
controller.loginInProgress = false;
0 commit comments