From c6eaf3a31e432418d4311cef12ea481d5a9d692e Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Fri, 21 Jan 2022 19:32:44 +1000 Subject: [PATCH] Move KeyConnector call from client to syncService (#1252) --- src/app/app.component.ts | 1 - 1 file changed, 1 deletion(-) 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":