URL unset case at user level (#2081)

This commit is contained in:
Salah Benmoussati
2024-01-17 21:10:48 +01:00
committed by GitHub
parent 99ac32ac78
commit 0e16923b74

View File

@@ -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