diff --git a/src/app/start/start-screen/start-screen.component.ts b/src/app/start/start-screen/start-screen.component.ts index 34584bb8f..426f670a0 100644 --- a/src/app/start/start-screen/start-screen.component.ts +++ b/src/app/start/start-screen/start-screen.component.ts @@ -79,7 +79,7 @@ export class StartScreenComponent extends AntiMemLeak implements OnInit, AfterVi * Is the app already configured or not? */ isAlreadyConfigured() { - return this.workspace && this.workspace.setupDone; + return this.workspace && (this.workspace.setupDone || this.workspace.idpUrl || this.workspace.sessions.length > 0); } // MVP: we use this to just check if aws cli is installed in order to proceed to