mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 10:20:16 -06:00
SDA-4242: Update config
This commit is contained in:
parent
a0a37b0e55
commit
13b2684a87
@ -2124,12 +2124,9 @@ export class WindowHandler {
|
||||
`window-utils: user hasn't logged in yet, loading login page again`,
|
||||
);
|
||||
const userAgent = this.getUserAgent(this.mainWebContents);
|
||||
await this.mainWebContents.loadURL(
|
||||
this.userConfig.url || this.globalConfig.url,
|
||||
{
|
||||
userAgent,
|
||||
},
|
||||
);
|
||||
await this.mainWebContents.loadURL(this.url || this.globalConfig.url, {
|
||||
userAgent,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user