From 26af1b2e36c16aa006d4481d06b91ace48fbb3b0 Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Thu, 14 Oct 2021 10:28:25 -0600 Subject: [PATCH] Update app.component.ts --- setup-wizard/src/app/app.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup-wizard/src/app/app.component.ts b/setup-wizard/src/app/app.component.ts index 4cc0c17fa..fcbbccc5c 100644 --- a/setup-wizard/src/app/app.component.ts +++ b/setup-wizard/src/app/app.component.ts @@ -18,8 +18,6 @@ export class AppComponent { ) { } async ngOnInit () { - await this.navCtrl.navigateForward(`/success`) - return try { const status = await this.apiService.getStatus() if (status.migrating || status['product-key']) {