Move keyConnectorService call to syncService (#2279)

This commit is contained in:
Thomas Rittson 2022-01-28 07:49:23 +10:00 committed by GitHub
parent 55e6de691d
commit 805d387469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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 {