URL unset case at user level (#2082)

This commit is contained in:
Salah Benmoussati 2024-01-27 16:24:25 +01:00 committed by GitHub
parent e358949eb4
commit 756516ca87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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