diff --git a/src/app/browser-window.service.ts b/src/app/browser-window.service.ts index 6c9dbe0d8b9bbebc74a589d041f9ebfd87af4e73..37f90f1b5fe46eb3d64644c5eb61780c3642d3e5 100644 --- a/src/app/browser-window.service.ts +++ b/src/app/browser-window.service.ts @@ -62,6 +62,7 @@ export class BrowserWindowService { let twshost = this.twsproxy.replace(re,"$1"); let windowloc = url.replace(/\{twsproxy\}/g,this.twsproxy).replace(/twshost/g,twshost); var authwindow = null; + console.log('openAppWindow entered'); if (basicAuth) { let authwindowloc = windowloc.replace(/^https:\/\//,'https://'+appinst.username+':'+appinst.password+'@');