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']) {