From 84a65edc080976787fbb004f9dfe7f2f673f7c7b Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Fri, 21 Jan 2022 19:33:09 +1000 Subject: [PATCH] Move keyConnectorService call to syncService (#1405) --- 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 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: