mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
URL unset case at user level (#2082)
This commit is contained in:
parent
e358949eb4
commit
756516ca87
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user