Skip to content
Snippets Groups Projects
Commit aa314d20 authored by Chris Hines's avatar Chris Hines
Browse files

more debugging

parent f1f88685
No related branches found
No related tags found
4 merge requests!106if stat fails, display the error instead of immediately refreshing...,!99Dev,!61Test,!59Dev
Pipeline #10417 passed
......@@ -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+'@');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment