diff --git a/src/popup/app.component.ts b/src/popup/app.component.ts index e020e0a337..9892e99402 100644 --- a/src/popup/app.component.ts +++ b/src/popup/app.component.ts @@ -116,7 +116,6 @@ export class AppComponent implements OnInit { }); } else if (msg.command === "convertAccountToKeyConnector") { this.ngZone.run(async () => { - await this.keyConnectoService.setConvertAccountRequired(true); this.router.navigate(["/remove-password"]); }); } else {