From 805d387469bac029149433c29922709358d6a0bd Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Fri, 28 Jan 2022 07:49:23 +1000 Subject: [PATCH] Move keyConnectorService call to syncService (#2279) --- src/popup/app.component.ts | 1 - 1 file changed, 1 deletion(-) 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 {