SDA-4143: Adding bug fix

This commit is contained in:
NguyenTranHoangSym 2023-04-04 12:36:55 +07:00
parent 263009230d
commit 635d19d990

View File

@ -254,9 +254,8 @@ export class WindowHandler {
this.isPodConfigured = !config.isFirstTimeLaunch();
this.didShowWelcomeScreen = false;
this.shouldShowWelcomeScreen =
!(this.globalConfig.url !== this.defaultUrl) ||
config.isFirstTimeLaunch() ||
!!this.config.enableBrowserLogin;
this.globalConfig.url.includes(this.defaultUrl) &&
(config.isFirstTimeLaunch() || !!this.config.enableBrowserLogin);
this.windowOpts = {
...this.getWindowOpts(