diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 1517a967..d7a8ae19 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -322,7 +322,6 @@ export class AppComponent implements OnInit { } break; case "convertAccountToKeyConnector": - await this.keyConnectorService.setConvertAccountRequired(true); this.router.navigate(["/remove-password"]); break; case "switchAccount":