Move keyConnectorService call to syncService (#2279)
This commit is contained in:
parent
55e6de691d
commit
805d387469
|
@ -116,7 +116,6 @@ export class AppComponent implements OnInit {
|
||||||
});
|
});
|
||||||
} else if (msg.command === "convertAccountToKeyConnector") {
|
} else if (msg.command === "convertAccountToKeyConnector") {
|
||||||
this.ngZone.run(async () => {
|
this.ngZone.run(async () => {
|
||||||
await this.keyConnectoService.setConvertAccountRequired(true);
|
|
||||||
this.router.navigate(["/remove-password"]);
|
this.router.navigate(["/remove-password"]);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue