Update app.component.ts

This commit is contained in:
Drew Ansbacher
2021-10-14 10:28:25 -06:00
committed by Aiden McClelland
parent c6db856a18
commit 26af1b2e36

View File

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