diff --git a/src/app/app.component.ts b/src/app/app.component.ts index f95013c323..239fe43226 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -164,7 +164,6 @@ export class AppComponent implements OnDestroy, OnInit { this.setFullWidth(); break; case "convertAccountToKeyConnector": - this.keyConnectorService.setConvertAccountRequired(true); this.router.navigate(["/remove-password"]); break; default: