mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
URL unset case at user level (#2081)
This commit is contained in:
committed by
GitHub
parent
99ac32ac78
commit
0e16923b74
@@ -2195,7 +2195,7 @@ export class WindowHandler {
|
||||
const urlFromConfig = config.getUserConfigFields(['url']);
|
||||
const isPodUrlValid =
|
||||
isValidUrl(urlFromConfig.url || '') ||
|
||||
urlFromConfig.url.includes('https://local-dev.symphony.com');
|
||||
urlFromConfig.url?.includes('https://local-dev.symphony.com');
|
||||
|
||||
await this.mainWebContents.loadURL(
|
||||
this.cmdUrl
|
||||
|
Reference in New Issue
Block a user